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

[backend] The backend example is not connection scoped #147

Open
kittaakos opened this issue May 10, 2022 · 2 comments
Open

[backend] The backend example is not connection scoped #147

kittaakos opened this issue May 10, 2022 · 2 comments
Assignees

Comments

@kittaakos
Copy link

If I open multiple browser windows, the client gets overridden on the backend service implementation.

The backend example either has to maintain an array of connected clients (and should remove the client on browser windows close), or the service should be connection scoped so that each frontend gets its service instance.

@JonasHelming
Copy link
Contributor

Thank you for the report, I agree! Are you interested in a contribution to fix this?

@kittaakos
Copy link
Author

Sure. Please assign it to me. Thank you!

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

No branches or pull requests

2 participants