mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix: add basic tests for listener
This commit is contained in:
@ -116,7 +116,8 @@ class QUICStream(IMuxedStream):
|
||||
"""
|
||||
Reset the stream
|
||||
"""
|
||||
self.handle_reset(0)
|
||||
await self.handle_reset(0)
|
||||
return
|
||||
|
||||
def get_remote_address(self) -> tuple[str, int] | None:
|
||||
return self._connection._remote_addr
|
||||
|
||||
Reference in New Issue
Block a user