-
Notifications
You must be signed in to change notification settings - Fork 486
Please do not create a redis client on your own #138
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
Comments
@Meaglin as usual, PR is welcome! |
I understand, but this was not broken before. |
@Meaglin we could maybe add a cleanup method, calling |
I recommend storing references on the client, so people can decide themselves what to do with them |
So, is it fair to say that today we still do not have a clean shutdown because the FWIW, I'm still using the 4.0.1 version of |
Agreee. |
In our project we elegantly close our server by closing all open connections.
Socket.io-redis is breaking this here:
https://github.com/socketio/socket.io-redis/blob/master/index.js#L57
by creating connections without leaving a public reference.
Please fix, we cannot upgrade to the new version because of this.
The text was updated successfully, but these errors were encountered: