-
Notifications
You must be signed in to change notification settings - Fork 999
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
feat(gossipsub): process send-queue before inbound stream #4778
Conversation
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.
Thank you!
This pull request has merge conflicts. Could you please resolve them @0xcrust? 🙏 |
Co-authored-by: Thomas Eizinger <[email protected]>
e0d18e9
to
646f364
Compare
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.
Thanks!
Should we even mention this in the changelog? Could be considered an implementation detail?
Deferring this to @mxinden. |
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.
It is been two weeks, lets get it in :)
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.
Sorry for the delay. Thank you for the fix!
Description
Process outbound stream before inbound stream in
gossipsub::EnabledHandler::poll(..)
.Notes & open questions
Change checklist