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

MessageRouterUtils > MessageGroupBatch.toShortDebugString() > Do not coalesce identical message-IDs #240

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

cordwelt
Copy link
Contributor

This could help to avoid confusion during debugging when a batch/group of messages with identical IDs is received and we're checking message count or for duplicate message IDs e.g.:
I've had a case where I received message group with 2 messages with the same ID, message router log would show that the there's only 1 message in group but my "group message count == 1" check would fail and I couldn't understand why.

@cordwelt cordwelt merged commit 54cae35 into dev Nov 16, 2022
@cordwelt cordwelt deleted the mru-update branch November 16, 2022 08:47
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