feat: Supports callbacks when reading a message fails#331
Conversation
|
|
cbc48e1 to
2ed37ef
Compare
|
Where is the new callback used? |
Sorry, missed submitting a file change. |
|
This conflicts with other changes to callbacks. Please recreate if still relevant. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #331 +/- ##
==========================================
+ Coverage 78.29% 78.46% +0.17%
==========================================
Files 25 25
Lines 2386 2401 +15
==========================================
+ Hits 1868 1884 +16
Misses 410 410
+ Partials 108 107 -1 ☔ View full report in Codecov by Sentry. |
1b1915e to
8335e42
Compare
|
@tttoad please fix the build. |
bd7e659 to
25fc858
Compare
|
@tigrannajaryan PTAL. |
tigrannajaryan
left a comment
There was a problem hiding this comment.
LGTM. Just one minor suggestion to improve the comment and we can merge.
25fc858 to
5c2f281
Compare
Resolves #330
This adds a new Server callback OnReadMessageError that is called when a read or deserialization error occurs.