codenotary / codenotary/immudb-node
client can be configured to keep the connection open indefinitely
Open
- Dominant language
- JavaScript
- Stars
- 66
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.