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
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
We notify in parallel (per notification). This means that anything trying to tag connections before the connection manager finishes registering the connection will fail.
One way to fix this is to add an IsConnected method to connections (would be nice to have anyways and we generally have this at lower levels) and start tracking active connections before we actually receive a notification.
We notify in parallel (per notification). This means that anything trying to tag connections before the connection manager finishes registering the connection will fail.
One way to fix this is to add an
IsConnected
method to connections (would be nice to have anyways and we generally have this at lower levels) and start tracking active connections before we actually receive a notification.Thoughts @whyrusleeping?
The text was updated successfully, but these errors were encountered: