Skip to content

Commit

Permalink
Add link to fix PR
Browse files Browse the repository at this point in the history
Co-authored-by: sukun <[email protected]>
  • Loading branch information
MarcoPolo and sukunrt authored Nov 14, 2024
1 parent 0998ffa commit 8d297f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazyClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (l *lazyClientConn[T]) Close() error {
// multistream select since it can't write to the stream anymore and may
// drop the stream.
//
// Note: We currently handle this case in Go, but rust-libp2p does not.
// Note: We currently handle this case in Go(https://github.com/multiformats/go-multistream/pull/87), but rust-libp2p does not.
l.rhandshakeOnce.Do(l.doReadHandshake)
return l.con.Close()
}
Expand Down

0 comments on commit 8d297f1

Please sign in to comment.