Skip to content
New issue

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

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

Already on GitHub? # to your account

client can be configured to keep the connection open indefinitely #37

Open
elmarquez opened this issue Dec 22, 2022 · 2 comments
Open

Comments

@elmarquez
Copy link

Currently, inactive sessions are automatically closed by the server after a designated timeout period. By default, the timeout period is two minutes.

Provide configuration or a function that can be called periodically to ensure that the connection remains active. Possible implementation options include a keepAlive() function, or client configuration that accepts a keep alive flag. The implementation approach should be made consistent across SDK's.

@elmarquez
Copy link
Author

Alternately, it could be the case that the client instance reopens the connection automatically as needed.

@tomekkolo
Copy link
Contributor

hey @elmarquez, we will look into improving that part. Thx for reporting it :)

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

No branches or pull requests

2 participants