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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
I was trying out the examples and it panics at the following line with the error protocol not supported. stream, err := node.NewStream(ctx, peer.ID, protocol.ID("/plaintext/2.0.0"))
I tried the one mentioned in the example "/chat/1.0.0" as well. Where do I define this ?
The text was updated successfully, but these errors were encountered:
I was trying out the examples and it panics at the following line with the error protocol not supported.
stream, err := node.NewStream(ctx, peer.ID, protocol.ID("/plaintext/2.0.0"))
I tried the one mentioned in the example "/chat/1.0.0" as well. Where do I define this ?
The text was updated successfully, but these errors were encountered: