-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fixes #158 #159
Fixes #158 #159
Conversation
Codecov Report
@@ Coverage Diff @@
## main #159 +/- ##
=======================================
Coverage 80.07% 80.07%
=======================================
Files 17 17
Lines 2575 2570 -5
=======================================
- Hits 2062 2058 -4
+ Misses 371 370 -1
Partials 142 142
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, and I think it's non-breaking since the signature of MessageHandler()
doesn't change. I'm going to add a test case to ensure the correctness of the fix.
Signed-off-by: Gabriele Santomaggio <[email protected]>
Signed-off-by: Aitor Perez Cedres <[email protected]>
9dfea91
to
f492854
Compare
Rebased main branch to resolve conflicts. I will do a refactor before marking this ready. |
Related to #158 Signed-off-by: Aitor Perez Cedres <[email protected]>
Marking as ready for review after adding a test case for the fix. @Gsantomaggio do you want to review the test case once CI passes? |
@Zerpet looks good to me! ty! |
Will it be released recently? |
Thank you, i'll have a try |
Can you try this code? The message with offset 100 is missing. |
Signed-off-by: Gabriele Santomaggio [email protected]
The PR fixes the wrong offset stored.
It is in draft since tests are missing.