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
When the stream of messages streamBatchMessages is idle for 5-15 minutes (there is no new message received within that time), it sometimes fails to emit all new messages by skipping the first few messages.
Expected behavior
The stream of messages streamBatchMessages delivers all new messages in the given conversations.
@bselwe the whole day I tried to reproduce the error but I was not able to do it, the worst case scenario I can see is a lack of 3-4 minutes to get messages, but I received all messages, Could you please add more descriptive way to reproduce the error?
Describe the bug
When the stream of messages
streamBatchMessages
is idle for 5-15 minutes (there is no new message received within that time), it sometimes fails to emit all new messages by skipping the first few messages.Expected behavior
The stream of messages
streamBatchMessages
delivers all new messages in the given conversations.Steps to reproduce the bug
For
recovery
, see this.The text was updated successfully, but these errors were encountered: