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
Session.send() should guarantee that message is stored regardless of current state.
Right now we store message if send fails due to IOException (e.g. connection is dying) but not when connection is dead. This makes message delivery expectations hard to explain.
The text was updated successfully, but these errors were encountered:
Session.send() should guarantee that message is stored regardless of current state.
Right now we store message if send fails due to IOException (e.g. connection is dying) but not when connection is dead. This makes message delivery expectations hard to explain.
The text was updated successfully, but these errors were encountered: