libjson-rpc-cpp
libjson-rpc-cpp copied to clipboard
Persistent TCP connection
Hi,
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
Sure, feel free to create a PR for that.