Änderungen in sgcWebSockets 4.3.7
[+] : Neue Komponente TsgcTDLib_Telegram, ermöglicht build Telegram Clients using TDLib JSON library.
[+] : Neue Demo "Telegram", die zeigt, wie verbinden to telegram API, send a Text message, receive text messages, verfügbar chats...
[+] : Verbessert Kraken API Component, jetzt WebSocket API unterstützt private channels. Requires an API Key and API Secret from Kraken Account.
[+] : Verbessert Kraken API Component, jetzt REST-API wird unterstützt (allows to create orders, cancel orders, get account information using HTTPs as protocol).
[+] : Verbessert Kraken API Component, jetzt HTTP requests can be stored in a log file.
[+] : Aktualisiert Client Demo to show Kraken improvements.
[+] : Neue Eigenschaft "Intents" in Discord API Components, ermöglicht, filter which events are received (standardmäßig all).
[+] : Neue Eigenschaft TCPKeepAlive in TsgcWebSocketClient and TsgcWebSocketServer, ermöglicht es, enable keep-alive on TCP socket level, to try to detect dropped connections (like cable unplugged).
[+] : Verbessert events dispatch wenn notifyEvents = neAsynchronous to prevent errors (Requires RAD Studio 2010+).
[+] : Verbessert Google Pub/Sub component, there are 3 new properties to customize local listening server (LocalIP, LocalPort, RedirectURL).
[*] : Fehler behoben in TsgcWSAPI_Pusher, private and presence channel didn't work if OnPusherConnect event was not set. (Danke an Ozzie, für den Hinweis).
[*] : Fehler behoben beim Kompilieren in Lazarus for Ubuntu, there was an error in Interfaced Component in JSON unit. (Danke an Moctezuma, für den Hinweis).
[*] : Fehler behoben Discord API, reconnecting after a disconnection from server, was not handled korrekt.
[*] : Fehler behoben beim Lesen ALPNProtocol OnDisconnect event.
[*] : Fehler behoben Access Violation on TsgcWebSocketClient calling method Verbinden und die server doesn't accept connection.
[*] : Fehler behoben TsgcWebSocketClient sometimes return Active property True while it was already disconnected from server.
[*] : Fehler behoben installing sgcWebSockets package on CBuilder 2010.
[*] : Fehler behoben Protocol Clients, access violation wenn disconnecting in some cases.
[*] : Fehler behoben Protocol Clients, versuchte, sich neu zu verbinden, it may raise an access violation.
[*] : Fehler behoben WebSocket Server + IOCP and destroying server, an exception was shown to user if there were active connections.
[*] : Fehler behoben WebSocket Server + IOCP sometimes an exception "List index out of bounds" wenn disconnecting all active connections. (Danke an Orhan, für den Hinweis).
[*] : Fehler behoben TsgcWebSocketClient if watchdog executes in a secondary thread while client is destroying, an access violation appears. (Danke an Dirk für den Hinweis)
[*] : Fehler behoben WAMP Server List Index out of bounds in some cases processing a Call Request.
[*] : Fehler behoben WAMP Server Access Violation accessing an internal shared object.
[*] : Fehler behoben Client Protocol Subscription events, nicht use notifyEvents property of component and always dispatch events asynchronous.
[*] : Fehler behoben Trials for CBuilder 10.2 and 10.3 a path was missing and package war nicht built.
[*] : Fehler behoben HeartBeat.Timeout, depending auf dem Interval and Timeout values, connection was wrong closed.
