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

Fix issues with websockets #329

Open
JGAntunes opened this issue Sep 15, 2016 · 0 comments
Open

Fix issues with websockets #329

JGAntunes opened this issue Sep 15, 2016 · 0 comments

Comments

@JGAntunes
Copy link
Member

JGAntunes commented Sep 15, 2016

Our services using websockets are faulty due to the way we maintain client connections. The way this connections are maintained is based on the user userId, which brings all kind of problems if you have multiple tabs open for example. There may be other issues since we use socket.io, so I would recommend that this whole code should be carefully reviewed and connections monitored. Also, we need a way to safely run multiple instances of the Eventdeck without breaking this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant