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
Currently we initialize a p2p connection is by creating an UnauthedP2PStream, which returns the authenticated P2PStream<S> when UnauthedP2PStream::handshake completes successfully.
Instead, UnauthedP2PStream should return the successful Hello message in addition to the P2PStream<S>.
The text was updated successfully, but these errors were encountered:
Currently we initialize a
p2p
connection is by creating anUnauthedP2PStream
, which returns the authenticatedP2PStream<S>
whenUnauthedP2PStream::handshake
completes successfully.Instead,
UnauthedP2PStream
should return the successfulHello
message in addition to theP2PStream<S>
.The text was updated successfully, but these errors were encountered: