update link

This commit is contained in:
guha-rahul
2025-06-27 13:53:06 +05:30
committed by GitHub
parent 4947578139
commit 2201d9e8d2

View File

@ -785,8 +785,8 @@ class Pubsub(Service, IPubsub):
"""
Write an RPC message to a stream with proper error handling.
Implements WriteMsg similar to go-libp2p-pubsub comm.go
Ref: https://github.com/libp2p/go-libp2p-pubsub/blob/master/comm.go#L107
Implements WriteMsg similar to go-msgio which is used in go-libp2p
Ref: https://github.com/libp2p/go-msgio/blob/master/protoio/uvarint_writer.go#L56
:param stream: stream to write the message to