You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RedisBungee API offers an API for plugins to register their own channels and then use the PubSubMessageEvent however if the pubsub throws an error, it won't register what channels external plugins did and doesn't provide a way for plugins to know of an error that caused its channel to be unregistered.
I propose that channels registered by plugins are stored in a set that can be used to register those channels when the PubSub recovers
The text was updated successfully, but these errors were encountered:
The RedisBungee API offers an API for plugins to register their own channels and then use the PubSubMessageEvent however if the pubsub throws an error, it won't register what channels external plugins did and doesn't provide a way for plugins to know of an error that caused its channel to be unregistered.
I propose that channels registered by plugins are stored in a set that can be used to register those channels when the PubSub recovers
The text was updated successfully, but these errors were encountered: