-
Notifications
You must be signed in to change notification settings - Fork 516
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
Encode DIDComm messages before sent to the queue #1408
Encode DIDComm messages before sent to the queue #1408
Conversation
Signed-off-by: Andraž Cuderman <[email protected]>
Signed-off-by: Andraž Cuderman <[email protected]>
Signed-off-by: Andraž Cuderman <[email protected]>
Signed-off-by: Andraž Cuderman <[email protected]>
5a5a833
to
39ddfc7
Compare
Signed-off-by: Andraž Cuderman <[email protected]>
This reverts commit a67df43. Signed-off-by: Andraž Cuderman <[email protected]>
0dd3638
to
514301d
Compare
Codecov Report
@@ Coverage Diff @@
## main #1408 +/- ##
=======================================
Coverage 95.31% 95.32%
=======================================
Files 482 482
Lines 29121 29128 +7
=======================================
+ Hits 27758 27765 +7
Misses 1363 1363 |
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.
Tested and working with one of our queue implementations we're working on. Thanks for fixing this one.
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.
Verified locally that this doesn't seem to have any significant effects on performance
What is this PR for?
This PR fixes issue #1402