generator-theia-extension icon indicating copy to clipboard operation
generator-theia-extension copied to clipboard

[backend] The backend example is not connection scoped

Open kittaakos opened this issue 3 years ago • 2 comments
trafficstars

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.

kittaakos avatar May 10 '22 11:05 kittaakos

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

JonasHelming avatar May 14 '22 19:05 JonasHelming

Sure. Please assign it to me. Thank you!

kittaakos avatar May 15 '22 11:05 kittaakos