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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: