fix: add basic tests for listener

This commit is contained in:
Akash Mondal
2025-06-12 10:03:08 +00:00
committed by lla-dane
parent 54b3055eaa
commit a3231af714
10 changed files with 892 additions and 100 deletions

View File

@ -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