We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When a socket is disconnected, the server doesn't remove it from the memory.
To Reproduce
See #2427 (comment)
Expected behavior Disconnected socket shouldn't be kept in memory forever
Platform: v4.1.3
Additional context
The text was updated successfully, but these errors were encountered:
For future readers:
I was not able to reproduce the issue.
Node version: v16.13.1 Socket.IO version: v4.4.1
v16.13.1
v4.4.1
I used the scripts from https://github.com/socketio/socket.io-benchmarks, here is the graph with 10 000 clients:
Please reopen if needed.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When a socket is disconnected, the server doesn't remove it from the memory.
To Reproduce
See #2427 (comment)
Expected behavior
Disconnected socket shouldn't be kept in memory forever
Platform:
v4.1.3
Additional context
The text was updated successfully, but these errors were encountered: