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
Fixed a bug where switching between chats (or a single reconnect) could put the chat into a rapid connect and disconnect loop, so new messages were never answered. Closing the previous chat socket no longer triggers a spurious reconnect of the current one.
Stream frames and close events from a chat socket that has already been replaced are now ignored, so they can no longer render onto the wrong chat or restart a dead reader.