You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(request-response): don't use upgrade infrastructure
This patch refactors `libp2p-request-response` to not use the "upgrade infrastructure" provided by `libp2p-swarm`. Instead, we directly convert the negotiated streams into futures that read and write the messages.
Related: #3268.
Related: #2863.
Pull-Request: #3914.
Co-authored-by: Yiannis Marangos <[email protected]>
0 commit comments