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

Fix conflicting streams issue #348

Merged
merged 5 commits into from
Jun 13, 2024
Merged

Conversation

nplasterer
Copy link
Contributor

@nplasterer nplasterer commented Jun 13, 2024

Part of xmtp/xmtp-react-native#415

When streaming both all group messages and groups the streams would conflict and fail.
Was not able to reproduce in Android and compared the Android libxmtp logs to the iOS libxmtp logs and saw that they were identical this allowed me to carefully reconstruct the concurrency in iOS and get the tests to pass.

@nplasterer nplasterer self-assigned this Jun 13, 2024
@nplasterer nplasterer changed the title Reproduce conflicting stream issue Fix conflicting streams issue Jun 13, 2024
@nplasterer nplasterer marked this pull request as ready for review June 13, 2024 05:51
@nplasterer nplasterer requested a review from a team as a code owner June 13, 2024 05:51
@nplasterer nplasterer merged commit c890044 into main Jun 13, 2024
2 checks passed
@nplasterer nplasterer deleted the np/streaming-bug-reproduction branch June 13, 2024 06:03
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.

2 participants