-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
area: uiTouches the code on client sideTouches the code on client side
Milestone
Description
Description:
Message is lost when the previous message is waiting to be delivered to the server. This is more often reproducible when big messages are sent subsequently (or the server is facing some performance issues)
Steps to reproduce:
- Send a message
- When the first message is still to be retrieved by the server (grey out), send a new message
- New message will be lost, it is not getting buffered.
Expected behavior:
Message to be buffered and sent.
Actual behavior:
(Sorry for the fast gif, but you can notice that some messages are lost)
Server Setup Information:
- Version of Rocket.Chat Server: 2.5.0-develop
- Operating System: All
- Deployment Method: All
- Number of Running Instances: N/A
- DB Replicaset Oplog: N/A
- NodeJS Version: latest
- MongoDB Version: latest
Client Setup Information
- Desktop App or Browser Version: all
- Operating System: all
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: uiTouches the code on client sideTouches the code on client side
