Mudanças incluídas no sgcWebSockets 4.3.7
[+] : Novo Component TsgcTDLib_Telegram, Allows to build Telegram Clients usando TDLib JSON library.
[+] : Novo Demo "Telegram" which shows how connect to telegram API, send a Text message, receive text messages, available chats...
[+] : Aprimorado Kraken API Component, now WebSocket API suporta private channels. Requires an API Key and API Secret from Kraken Account.
[+] : Aprimorado Kraken API Component, now REST API é compatível (allows to create orders, cancel orders, get account information usando HTTPs as protocol).
[+] : Aprimorado Kraken API Component, now HTTP requests can be stored in a log file.
[+] : Atualizado Client Demo to show Kraken improvements.
[+] : Nova propriedade "Intents" in Discord API Components, permite filter which events are received (by padrão all).
[+] : Nova propriedade TCPKeepAlive in TsgcWebSocketClient and TsgcWebSocketServer, permite habilitar keep-alive on TCP socket level, to try to detect dropped conexões (like cable unplugged).
[+] : Aprimorado events dispatch when notifyEvents = neAsynchronous to prevent errors (Requires Rad Studio 2010+).
[+] : Aprimorado Google Pub/Sub component, there are 3 new properties para personalizar local listening server (LocalIP, LocalPort, RedirectURL).
[*] : Corrigido bug in TsgcWSAPI_Pusher, private and presence channel não work if OnPusherConnect event was not set. (Obrigado a Ozzie por me avisar).
[*] : Corrigido bug compiling in Lazarus for Ubuntu, there was um erro in Interfaced Component in JSON unit. (Obrigado a Moctezuma por me avisar).
[*] : Corrigido bug Discord API, reconnecting após a disconnection from server, was not handled properly.
[*] : Corrigido bug reading ALPNProtocol OnDisconnect event.
[*] : Corrigido bug Access Violation on TsgcWebSocketClient calling method Connect and o servidor não accept connection.
[*] : Corrigido bug TsgcWebSocketClient às vezes return Active property True enquanto it was already disconnected do servidor.
[*] : Corrigido bug installing sgcWebSockets package on CBuilder 2010.
[*] : Corrigido bug Protocol Clients, access violation when disconnecting in some cases.
[*] : Corrigido bug Protocol Clients, trying to reconnect it may raise an access violation.
[*] : Corrigido bug WebSocket Server + IOCP and destroying server, uma exceção was shown to user if there were active connections.
[*] : Corrigido bug WebSocket Server + IOCP às vezes uma exceção "List index out of bounds" when disconnecting all active connections. (Obrigado a Orhan por me avisar).
[*] : Corrigido bug TsgcWebSocketClient if watchdog executes in uma thread secundária enquanto client is destroying, an access violation appears. (Obrigado a Dirk por me avisar)
[*] : Corrigido bug WAMP Server List Index out of bounds in some cases processing a Call Request.
[*] : Corrigido bug WAMP Server Access Violation accessing an internal shared object.
[*] : Corrigido bug Client Protocol Subscription events, não usar notifyEvents property of component and always dispatch events asynchronous.
[*] : Corrigido bug Trials for CBuilder 10.2 and 10.3 a path was missing and package wasn't built.
[*] : Corrigido bug HeartBeat.Timeout, depending on the Interval and Timeout values, conexão was wrong closed.
