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
Currently if the first Quiver server we attempt to connect to fails, the disconnect_ function for that server runs, then sees that we have no connections and emits an OFFLINE onClientState. This causes login to fail. We shouldn't emit an OFFLINE until after we are successfully online
The text was updated successfully, but these errors were encountered:
Currently if the first Quiver server we attempt to connect to fails, the disconnect_ function for that server runs, then sees that we have no connections and emits an OFFLINE onClientState. This causes login to fail. We shouldn't emit an OFFLINE until after we are successfully online
The text was updated successfully, but these errors were encountered: