Changes incluse in sgcWebSockets 4.3.7
[+] : Nuovo Componente TsgcTDLib_Telegram, Consente a creare Telegram Clients utilizzando TDLib JSON library.
[+] : Nuovo Demo "Telegram" che shows come connetti a telegram API, inviare a Text message, ricevere text messages, disponibile chats...
[+] : Migliorato Kraken API Component, ora WebSocket API supporta private channels. Richiede un'API Key e API Secret da Kraken Account.
[+] : Migliorato Kraken API Component, ora REST API è supportati (allows a creare orders, cancel orders, ottenere account information utilizzando HTTPs come protocol).
[+] : Migliorato Kraken API Component, ora HTTP richieste può essere memorizzato in un log file.
[+] : Aggiornato Client Demo a show Kraken improvements.
[+] : Nuovo Proprietà "Intents" in Discord API Components, consentire di filter che eventi sono ricevuto (by default all).
[+] : Nuovo Proprietà TCPKeepAlive in TsgcWebSocketClient e TsgcWebSocketServer, consente di abilitare keep-alive su TCP socket level, a try a rilevare dropped connessioni (like cable unplugged).
[+] : Migliorato eventi dispatch quando notifyEvents = neAsynchronous a prevenire errori (Requires Rad Studio 2010+).
[+] : Migliorato Google Pub/Sub componente, ci sono 3 nuova proprietà a customize locale listening server (LocalIP, LocalPort, RedirectURL).
[*] : Risolto bug in TsgcWSAPI_Pusher, private e presence canale didn't work se OnPusherConnect evento era non set. (Grazie a Ozzie per la segnalazione).
[*] : Risolto bug compiling in Lazarus per Ubuntu, there era an errore in Interfaced Componente in JSON unit. (Grazie a Moctezuma per la segnalazione).
[*] : Risolto bug Discord API, reconnecting dopo a disconnection da server, era non gestito properly.
[*] : Risolto bug lettura ALPNProtocol OnDisconnect event.
[*] : Risolto bug Access Violation su TsgcWebSocketClient chiamando metodo Connect e il server non accept connection.
[*] : Risolto bug TsgcWebSocketClient a volte restituisce Active proprietà True mentre it era già disconnesso da server.
[*] : Risolto bug installing sgcWebSockets package su CBuilder 2010.
[*] : Risolto bug Protocol Clients, access violation quando disconnettendo in alcuni cases.
[*] : Risolto bug Protocol Clients, trying a reconnect it può raise an access violation.
[*] : Risolto bug WebSocket Server + IOCP e destroying server, an exception era shown a utente se there erano active connections.
[*] : Risolto bug WebSocket Server + IOCP a volte an exception "List index out di bounds" quando disconnettendo tutti active connections. (Grazie a Orhan per la segnalazione).
[*] : Risolto bug TsgcWebSocketClient se watchdog executes in un secondary thread mentre client è destroying, an access violation appears. (Grazie a Dirk per la segnalazione)
[*] : Risolto bug WAMP Server List Index out di bounds in alcuni cases processing a Chiama Request.
[*] : Risolto bug WAMP Server Access Violation accessing an internal shared object.
[*] : Risolto bug Client Protocol Subscription events, non utilizzare notifyEvents proprietà di componente e sempre dispatch eventi asynchronous.
[*] : Risolto bug Trials per CBuilder 10.2 e 10.3 a path era missing e package non era built.
[*] : Risolto bug HeartBeat.Timeout, depending su il Interval e Timeout values, connessione era wrong closed.
