-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
update go-multistream, stop using deprecated NegotiateLazy #1417
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.
Looks good. I didn't know NegotiateLazy was deprecated. Is that documented anywhere? It's not mentioned in this interface https://github.com/libp2p/go-libp2p-core/blob/master/protocol/switch.go#L62
Good point. We should deprecate it on the interface as well. PR incoming. We just deprecated it in go-multistream yesterday, because it actually didn't do anything that deserved the name "lazy": multiformats/go-multistream#85. |
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.
CI is angry...
oops, and angry in a very bad way (test timeouts). Debugging now. This should not have caused any failures... |
The problem was occurring in the |
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
CI is still complaining for some checks reason however.
2a45095
to
d0f0dcf
Compare
No description provided.