mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-19 11:41:27 +00:00
Add mplex tests and fix error in SwarmConn.close
This commit is contained in:
@ -24,6 +24,7 @@ class MplexStream(IMuxedStream):
|
||||
|
||||
close_lock: asyncio.Lock
|
||||
|
||||
# NOTE: `dataIn` is size of 8 in Go implementation.
|
||||
incoming_data: "asyncio.Queue[bytes]"
|
||||
|
||||
event_local_closed: asyncio.Event
|
||||
|
||||
Reference in New Issue
Block a user