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

Add TestToDeviceMessagesAreProcessedInOrder #81

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

kegsay
Copy link
Member

@kegsay kegsay commented Jun 11, 2024

Fixes #35

This also:

  • fixes a bug whereby SendEvent on rust clients could return the wrong event ID.
  • adds WithClientsSyncing which uses a slightly nicer API shape which I'll likely convert the tests to use (BaseClient).

@kegsay kegsay requested a review from andybalaam June 11, 2024 15:14
Copy link
Contributor

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks.

@kegsay kegsay merged commit 04583e7 into main Jun 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test: If you get a lot of to-device msgs all at once, ensure they are processed in-order
3 participants