mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 08:00:54 +00:00
update link
This commit is contained in:
@ -785,8 +785,8 @@ class Pubsub(Service, IPubsub):
|
|||||||
"""
|
"""
|
||||||
Write an RPC message to a stream with proper error handling.
|
Write an RPC message to a stream with proper error handling.
|
||||||
|
|
||||||
Implements WriteMsg similar to go-libp2p-pubsub comm.go
|
Implements WriteMsg similar to go-msgio which is used in go-libp2p
|
||||||
Ref: https://github.com/libp2p/go-libp2p-pubsub/blob/master/comm.go#L107
|
Ref: https://github.com/libp2p/go-msgio/blob/master/protoio/uvarint_writer.go#L56
|
||||||
|
|
||||||
|
|
||||||
:param stream: stream to write the message to
|
:param stream: stream to write the message to
|
||||||
|
|||||||
Reference in New Issue
Block a user