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, a stream is established via handshake, however when messages are sent out it doesn't necessarily send it over the established stream
we should track established streams and use them for pushing notifications messages
this can be done potentially by storing the stream inside a peer's handshakeData or by tagging the libp2p stream itself https://pkg.go.dev/github.com/libp2p/go-libp2p-core/network#Stat using Stat.Extra
The text was updated successfully, but these errors were encountered:
Task summary
handshakeData
or by tagging the libp2p stream itselfhttps://pkg.go.dev/github.com/libp2p/go-libp2p-core/network#Stat
usingStat.Extra
The text was updated successfully, but these errors were encountered: