From 2201d9e8d270d2bc8bdf1097921560a8eecc0ce5 Mon Sep 17 00:00:00 2001 From: guha-rahul <52607971+guha-rahul@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:53:06 +0530 Subject: [PATCH] update link --- libp2p/pubsub/pubsub.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libp2p/pubsub/pubsub.py b/libp2p/pubsub/pubsub.py index 8e099beb..6b485933 100644 --- a/libp2p/pubsub/pubsub.py +++ b/libp2p/pubsub/pubsub.py @@ -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