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

[Access] Implement inactivity tracker #6799

Open
Tracked by #6163
Guitarheroua opened this issue Dec 11, 2024 · 0 comments
Open
Tracked by #6163

[Access] Implement inactivity tracker #6799

Guitarheroua opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels

Comments

@Guitarheroua
Copy link
Contributor

Guitarheroua commented Dec 11, 2024

Implement an inactivity tracker for the WebSocket controller, when there are no active subscriptions for some time. This could happen when:

  • Client open connection and has not subscribed for some time to any subscription
  • Client unsubscribed from all subscriptions and has not resubscribed for some time to any new subscription
  • The last active subscription failed, and the client has not resubscribed for some time to any new subscription

In such cases, the connection should be closed.

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

No branches or pull requests

2 participants