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

App.filter should emit decrement when upgrading to websocket #1704

Open
uNetworkingAB opened this issue Jan 29, 2024 · 0 comments
Open

App.filter should emit decrement when upgrading to websocket #1704

uNetworkingAB opened this issue Jan 29, 2024 · 0 comments

Comments

@uNetworkingAB
Copy link
Contributor

Currently you need to track App.filter events and websocket .close to get accurate connection number.

  • Either App.filter should decrement when websocket.close happens (not possible)
  • Or, App.filter should decrement when upgrading to websocket so that a second count for websockets can be kept from open/close events (possible).
  • App.filter decrement should emit AFTER websocket upgrade so that the counter won't flicker at 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant