sgcWebSockets 4.3.5

· Lançamentos

Changes included in new version:

 [+] : Novo Component TsgcHTTPAWS_SQS_Client, Amazon SQS is a fully managed message queues for microservices, distributed systems, and serverless applications.

[+] : Novo Component TsgcWSAPI_Discord, Discord is one of the most popular communication tools for online gaming and streaming. (Obrigado a Adriaan for his help).
[+] : Novo Demo "Amazon/SQS" which shows how connect to Amazon SQS service and create queues, send and receive messages, get queues...
[+] : Atualizado Client Demo to show how Discord Gateway API works.
[+] : Nova propriedade in Socket.IO API "EncodeParameters", se habilitada, encode url parameters of http get session.
[+] : Novo evento in WAMP 2.0 Protocol, OnWAMPChallenge: when server requires authentication, in this event "secret key" can be set.
[+] : Atualizado URL property of TsgcWebSocketClient, now accepts "tcp" connections, para que você possa pass a url like this: "tcp://127.0.0.1", so will usar TCP em vez de WebSocket as protocol.
[+] : Novo FMXMQTT demo which shows how MQTT client works in FMX (windows, mac os, linux64...)
[+] : Novo SignalR demo showing how connect to c# signalr server.
[+] : Aprimorado internal HTTPs calls for APIs and Protocols clients, now https requests take the same properties than TLSOptions of TsgcWebSocketClient.

[*] : Corrigido bug Snapshots demo, there was um vazamento de memória creating image in web browser client side.
[*] : Corrigido bug Published field 'CertStatus' not a class or interface type. (Obrigado a Mark por me avisar).
[*] : Corrigido bug in OpenSSL 1.1.1 and iOS, cannot load library.
[*] : Corrigido bug WAMP 2.0 Protocol, Subscribe method always send option parameter with padrão value, now Subscribe method has a novo parâmetro called "Options".
[*] : Corrigido bug compiling Indy Beta for Android 64.
[*] : Corrigido bug WatchDog was not working for SignalR and SignalRCore APIs.
[*] : Corrigido bug MQTT and plain TCP protocol, error parsing multiple messages (using WebSocket as protocol, worked well).
[*] : Corrigido bug WebSocketServer with IOCP, se client disconnects with Options.CleanDisconnect = False, server não fire OnDisconnect event.


Amazon SQS 

A partir do sgcWebSockets 4.3.5, o serviço Amazon SQS é compatível. Você pode ler mais sobre como o Amazon SQS funciona com o sgcWebSockets no link a seguir.

Amazon SQS

O Amazon Simple Queue Service (SQS) é um serviço de filas de mensagens totalmente gerenciado que permite desacoplar e escalar microsserviços... https://www.esegece.com/help/sgcWebSockets/#t=Components%2FHTTP%2FAmazon%2FAmazon_SQS.htm

Discord API

 O Discord é uma das ferramentas de comunicação mais populares para jogos online e streaming. A partir do sgcWebSockets 4.3.5, a Discord API é parcialmente compatível; leia mais abaixo.

Discord API

Gateways são a forma de comunicação em tempo real do Discord via WebSockets seguros. Os clientes recebem eventos e dados pelo gateway conectado e enviam dados pela REST API... https://www.esegece.com/help/sgcWebSockets/#t=Components%2FAPIs%2FAPI%2FAPI_Discord.htm