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
The client should not become unusable when it is disconnected from the server. Instead, it should become readonly, or (better yet) allow you to create messages marked as pending a live server connection.
The text was updated successfully, but these errors were encountered:
As of #43, the client is completely usable in a readonly way when you disconnect. It will discover that it is disconnected whenever a networking call returns an error, which usually happens when a user attempts to send a message. Right now, this message is lost (but the client reconnects). I need to ensure that this message is no longer lost.
The client should not become unusable when it is disconnected from the server. Instead, it should become readonly, or (better yet) allow you to create messages marked as pending a live server connection.
The text was updated successfully, but these errors were encountered: