mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Change IMuxedConn to INetConn in Notifee
This commit is contained in:
@ -151,7 +151,7 @@ class Pubsub:
|
||||
messages from other nodes
|
||||
:param stream: stream to continously read from
|
||||
"""
|
||||
peer_id = stream.mplex_conn.peer_id
|
||||
peer_id = stream.muxed_conn.peer_id
|
||||
|
||||
while True:
|
||||
incoming: bytes = await read_varint_prefixed_bytes(stream)
|
||||
|
||||
Reference in New Issue
Block a user