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

Prevent duplicate message processing #151

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Prevent duplicate message processing #151

merged 1 commit into from
Oct 3, 2024

Conversation

herr-seppia
Copy link
Member

@herr-seppia herr-seppia commented Oct 2, 2024

Handle cache to ensure that the same message is not processed twice if sent with different RaptorQ configurations

Change the processing dupemap fromMap<rayid+encodeinfo, decoder> to Map<rayid, Map<encodeinfo, decoder>>

Handle cache to ensure that the same message is not processed twice if sent with different RaptorQ configurations
Copy link
Member

@autholykos autholykos left a comment

Choose a reason for hiding this comment

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

LGTU

Copy link
Contributor

@fed-franz fed-franz left a comment

Choose a reason for hiding this comment

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

LGTM

@herr-seppia herr-seppia merged commit bf941da into main Oct 3, 2024
4 checks passed
@herr-seppia herr-seppia deleted the multiple_decoder branch October 3, 2024 09:09
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.

3 participants