mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 23:51:07 +00:00
fixes for muxed_conn interface and usage of self.buffers over self.stream
This commit is contained in:
@ -23,7 +23,7 @@ class IMuxedConn(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def open_stream(self, protocol_id, stream_id, peer_id, multi_addr):
|
||||
def open_stream(self, protocol_id, peer_id, multi_addr):
|
||||
"""
|
||||
creates a new muxed_stream
|
||||
:param protocol_id: protocol_id of stream
|
||||
|
||||
Reference in New Issue
Block a user