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
Making the ClientDevice own the client is silly. We have equality methods on devices for reasons I'm not really sure of, and the ClientDevice will already have one reference to the client via the connector sending closure. We should depend on that closure to report if the client is disconnected.
The text was updated successfully, but these errors were encountered:
Making the ClientDevice own the client is silly. We have equality methods on devices for reasons I'm not really sure of, and the ClientDevice will already have one reference to the client via the connector sending closure. We should depend on that closure to report if the client is disconnected.
The text was updated successfully, but these errors were encountered: