Skip to content

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

@elmarquez

Description

@elmarquez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions