-
Notifications
You must be signed in to change notification settings - Fork 996
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
fix(request-response): Report failures #4701
fix(request-response): Report failures #4701
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.
Awesome work on discovering all these bugs. Curious what you think of making this more type-safe!
…before .await point
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 @oblique!
This PR is ready. I finalized implementation and test cases |
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.
Great work!
I have some minor feedback for the implementation and a few ideas on how we can make the tests a bit more concise :)
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.
Great work! Two more minor comments :)
I'll merge this directly and continue with fixing up CI in the other PR! Thanks so much of helping on this! |
feccbc2
into
libp2p:refactor/req-res-on-upgrade
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.
Changes look good to me. Appreciate the additional tests and type safety!
Description
Added failure reporting. Also fixed the removal of pending jobs.
Notes & open questions
Change checklist