You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the class LinuxTcpSocketServer when a request is processed by the server in HandleConnection() the TCP connection for the client is closed after sending the response.
Is it possible to integrate the possibility to keep the connection active so that a client can send multiple request and receive notifications without disconnecting/reconnecting
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Currently in the class
LinuxTcpSocketServer
when a request is processed by the server inHandleConnection()
the TCP connection for the client is closed after sending the response.Is it possible to integrate the possibility to keep the connection active so that a client can send multiple request and receive notifications without disconnecting/reconnecting
Thanks
The text was updated successfully, but these errors were encountered: