Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent TCP connection #315

Open
caipiblack opened this issue Dec 8, 2021 · 1 comment
Open

Persistent TCP connection #315

caipiblack opened this issue Dec 8, 2021 · 1 comment

Comments

@caipiblack
Copy link

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

@cinemast
Copy link
Owner

Sure, feel free to create a PR for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants