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:
@ -55,7 +55,7 @@ class IMuxedConn(ABC):
|
||||
|
||||
class IMuxedStream(ReadWriteCloser):
|
||||
|
||||
mplex_conn: IMuxedConn
|
||||
muxed_conn: IMuxedConn
|
||||
|
||||
@abstractmethod
|
||||
async def reset(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user