mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-19 19:51:27 +00:00
Add mplex tests and fix error in SwarmConn.close
This commit is contained in:
@ -29,9 +29,6 @@ class Mplex(IMuxedConn):
|
||||
|
||||
secured_conn: ISecureConn
|
||||
peer_id: ID
|
||||
# TODO: `dataIn` in go implementation. Should be size of 8.
|
||||
# TODO: Also, `dataIn` is closed indicating EOF in Go. We don't have similar strategies
|
||||
# to let the `MplexStream`s know that EOF arrived (#235).
|
||||
next_channel_id: int
|
||||
streams: Dict[StreamID, MplexStream]
|
||||
streams_lock: asyncio.Lock
|
||||
|
||||
Reference in New Issue
Block a user