Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no error when server hangs up, but when it is also still somewhat connectable. #11785

Closed
tx1683 opened this issue Jan 6, 2020 · 1 comment
Labels

Comments

@tx1683
Copy link

tx1683 commented Jan 6, 2020

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

  • 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
@tx1683 tx1683 added the T-Defect label Jan 6, 2020
@t3chguy
Copy link
Member

t3chguy commented Nov 14, 2024

Closing this as presumed fixed in the many years due to lack of further reported cases

@t3chguy t3chguy closed this as completed Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants