Skip to content
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

Supporting multiple instances of WS servers #8

Open
iamsaso opened this issue Nov 26, 2018 · 1 comment
Open

Supporting multiple instances of WS servers #8

iamsaso opened this issue Nov 26, 2018 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@iamsaso
Copy link

iamsaso commented Nov 26, 2018

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.

@iamsaso iamsaso changed the title Supporting multiple instances of WS Supporting multiple instances of WS servers Nov 26, 2018
@pavelnikolov
Copy link
Member

pavelnikolov commented Apr 13, 2021

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.

@pavelnikolov pavelnikolov added the help wanted Extra attention is needed label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants