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

Inconsistent order of messages sent in bulk after long disconnection #1

Open
hurufu opened this issue Mar 7, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@hurufu
Copy link
Owner

hurufu commented Mar 7, 2021

Messages are mixed up, after long disconnect. Fix isn't required, because it's only a demo application, but some ground work in the underlying protocol should be done to make it implementable in the future.

Screenshot showing out of order messages:
20210307_16h04m02s_grim

@hurufu hurufu added the bug Something isn't working label Mar 7, 2021
@hurufu hurufu self-assigned this Mar 7, 2021
hurufu added a commit that referenced this issue Mar 12, 2021
Right implementation doesn't do anything useful with an additional
envelope data, but it may be usefule for future extensions, like display
order (#1) or authentication.

Simple `id` counter may be removed or changed if needed.

There are no clear rules on how to handle afformentioned ID. They have to be
specifed when there will be a good use case for it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant