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 current implementation does not support running WS servers on multiple instances and the client will not receive the message if it's subscribed on a different instance.
A solution would be to implement Redis as a fanout backend to redistribute messages on other instances.
The text was updated successfully, but these errors were encountered:
iamsaso
changed the title
Supporting multiple instances of WS
Supporting multiple instances of WS servers
Nov 26, 2018
That is correct and in order to achieve this some kind of pub/sub system is required (ideally the library should work with multiple pub/sub systems. PRs are more than welcome, though.
The current implementation does not support running WS servers on multiple instances and the client will not receive the message if it's subscribed on a different instance.
A solution would be to implement Redis as a fanout backend to redistribute messages on other instances.
The text was updated successfully, but these errors were encountered: