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
At moment after Redis engine reconnects to Redis each shard resubscribes to all active channels on node (https://github.com/centrifugal/centrifuge/blob/master/engine_redis.go#L799). This must be changed in a way that each shard resubscribes only on its own subset of channels.
The text was updated successfully, but these errors were encountered:
3624b26
No branches or pull requests
At moment after Redis engine reconnects to Redis each shard resubscribes to all active channels on node (https://github.com/centrifugal/centrifuge/blob/master/engine_redis.go#L799). This must be changed in a way that each shard resubscribes only on its own subset of channels.
The text was updated successfully, but these errors were encountered: