-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Call deliverMessage before gossip queue #3812
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3812 +/- ##
==========================================
- Coverage 36.82% 36.81% -0.01%
==========================================
Files 324 324
Lines 8870 8871 +1
Branches 1385 1385
==========================================
Hits 3266 3266
- Misses 5461 5462 +1
Partials 143 143 |
Performance Report✔️ no performance regression detected Full benchmark results
|
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.
LGTM
Motivation
See #3811
Description
Todo
Is there any security risk with this approach? Unless it's high, I think we must adopt this change while queue times are long. In the future this change can be reverted
Closes #3811