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
Describe the bug
The automatic message send retry can lead to duplicate messages when the client looses connection.
To Reproduce
Steps to reproduce the behavior:
Get a slow internet connection
Send a message
Disconnect while sending
Reconnect
A duplicate message will appear for everyone
Expected behavior
The client should wait for the server's SyncFinished and check whether the message has been transferred and retry only if not. If you need to know the temporary message ID to implement this behaviour, please file an issue at skynet-im/skynet.
The text was updated successfully, but these errors were encountered:
Describe the bug
The automatic message send retry can lead to duplicate messages when the client looses connection.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The client should wait for the server's
SyncFinished
and check whether the message has been transferred and retry only if not. If you need to know the temporary message ID to implement this behaviour, please file an issue at skynet-im/skynet.The text was updated successfully, but these errors were encountered: