mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
muxed stream
This commit is contained in:
@ -32,10 +32,8 @@ class MuxedConn(IMuxedConn):
|
||||
creates a new muxed_stream
|
||||
:return: a new stream
|
||||
"""
|
||||
|
||||
return Stream(peer_id, multi_addr, self)
|
||||
|
||||
|
||||
def accept_stream(self):
|
||||
"""
|
||||
accepts a muxed stream opened by the other end
|
||||
|
||||
Reference in New Issue
Block a user