-
Notifications
You must be signed in to change notification settings - Fork 232
Feature : First iteration of message queuing #3011
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
Feature : First iteration of message queuing #3011
Conversation
… retrySendMessage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after a quick review, just a couple of comments to double check.
* Enables or disables the sending queue, according to the given parameter. | ||
* | ||
* The sending queue automatically disables itself whenever sending an | ||
* event with it failed (e.g., sending an event via the Timeline, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very tiny nit: unclosed parenthesis 😅 .
editItem = it, | ||
) | ||
} | ||
specialModeEventTimelineItem = null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't needed for the other when branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, we want to remove edition of local echo, as it'll break the ordering in the sending queue.
I'll update the api and usage.
c091813
into
feature/fga/update_rust_sdk_0.2.25
Type of change
Content
This is the first iteration of the message queuing, it includes :
Motivation and context
Closes #2863
Closes #2862
Screenshots / GIFs
Tests
Tested devices
Checklist