mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
fix encoding issue
This commit is contained in:
@ -57,6 +57,9 @@ class FloodSub(IPubsubRouter):
|
||||
"""
|
||||
|
||||
packet = rpc_pb2.RPC()
|
||||
print ("IN FLOOODSUB PUBLISH")
|
||||
print (message)
|
||||
print ("++++++++++++++++")
|
||||
packet.publish.extend([message])
|
||||
msg_sender = str(sender_peer_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user