mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add tests for MplexConn
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import asyncio
|
||||
from typing import List, Sequence
|
||||
|
||||
import multiaddr
|
||||
|
||||
@ -38,7 +38,6 @@ class Mplex(IMuxedConn):
|
||||
|
||||
_tasks: List["asyncio.Future[Any]"]
|
||||
|
||||
# TODO: `generic_protocol_handler` should be refactored out of mplex conn.
|
||||
def __init__(self, secured_conn: ISecureConn, peer_id: ID) -> None:
|
||||
"""
|
||||
create a new muxed connection
|
||||
|
||||
Reference in New Issue
Block a user