mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Encapsulate concept of a "stream id" to a "muxed" connection
This commit is contained in:
@ -19,7 +19,3 @@ class IRawConnection(ABC):
|
||||
@abstractmethod
|
||||
def close(self) -> None:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def next_stream_id(self) -> int:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user