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 multiple subscriptions on redis streams #50

Conversation

Swoorup
Copy link
Contributor

@Swoorup Swoorup commented May 5, 2022

When subscribing to multiple streams, if we begin with the same offset for all streams like for example 0-0, it should have still appended 3 offsets instead of 1 to the XREAD command.

This issue was due to use of .map operation when mapping to offset from Set[StreamOffset]

@ChristopherDavenport ChristopherDavenport merged commit aa147e3 into davenverse:main May 5, 2022
@Swoorup Swoorup deleted the sj-fix-multiple-subscriptions branch May 6, 2022 06:57
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