mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-25 22:51:27 +00:00
Add call to wait_closed method of asyncio.StreamWriter
This commit is contained in:
@ -40,7 +40,7 @@ class IMuxedConn(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def close(self) -> None:
|
||||
async def close(self) -> None:
|
||||
"""
|
||||
close connection
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user