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
I have wondered whether Observable is the best type for establishConnection(), which can only produce either zero or one results, like a Maybe. I realize this would mean changing the "unsubscribe to disconnect" feature (which is nice), but might there be a better way?
In order to get rid of
firstOrError
alike calls in the client, the queue should handle operations that:The text was updated successfully, but these errors were encountered: