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 a client advertises a service, then disconnects, the server still attempts to forward incoming service requests to that client, and then when the service is called it dumps a WebSocketClosedError to the console.
Expected behavior is: when the client disconnects, the server should automatically unadvertise the service and never make future attempts to send messages to the client.
The text was updated successfully, but these errors were encountered:
**Public API Changes**
None
**Description**
Fixes an issue reported by @Stephenjerry in #650 (comment). When a duplicate service is advertised by the client, the code now correctly shuts down the original service.
There is still a `WebSocketClosedError` received with only a single client, when it advertises a service and then disconnects. Filed #684 to track this.
If a client advertises a service, then disconnects, the server still attempts to forward incoming service requests to that client, and then when the service is called it dumps a WebSocketClosedError to the console.
Expected behavior is: when the client disconnects, the server should automatically unadvertise the service and never make future attempts to send messages to the client.
The text was updated successfully, but these errors were encountered: