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
There is no error when server hangs up, but when it is also still somewhat connectable. For example when joining large room, or some random crash make server unresponsive in certain ways, but server is still running (so there is working connection to it, and thus no connection error).
It is problem because you can send messages, they are showing as delivered, but they really are not. Sometime to recover from that state you must restart server, and often that messages are lost forever. In some other cases, they are still delivered, but all at once or in strange order.
Steps to reproduce
Wait for server to hang up
Send message
Message is shown as delivered, but it isn't
Expected: Error as if connection was broken, and option to resent undelivered message when server returns to normal state.
Logs being sent: no
Version information
Platform: web and desktop
For the web app:
Browser: Firefox 71 and earlier verions
OS: Arch Linux, Debian 10
URL: riot.junta.pl
For the desktop app:
OS: Arch Linux
Version: 1.5.6
The text was updated successfully, but these errors were encountered:
Description
There is no error when server hangs up, but when it is also still somewhat connectable. For example when joining large room, or some random crash make server unresponsive in certain ways, but server is still running (so there is working connection to it, and thus no connection error).
It is problem because you can send messages, they are showing as delivered, but they really are not. Sometime to recover from that state you must restart server, and often that messages are lost forever. In some other cases, they are still delivered, but all at once or in strange order.
Steps to reproduce
Expected: Error as if connection was broken, and option to resent undelivered message when server returns to normal state.
Logs being sent: no
Version information
For the web app:
For the desktop app:
The text was updated successfully, but these errors were encountered: