mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-04-18 19:41:27 +00:00
fix: allow accept stream to wait indefinitely
This commit is contained in:
@ -625,7 +625,7 @@ class QUICStream(IMuxedStream):
|
||||
exc_tb: TracebackType | None,
|
||||
) -> None:
|
||||
"""Exit the async context manager and close the stream."""
|
||||
print("Exiting the context and closing the stream")
|
||||
logger.debug("Exiting the context and closing the stream")
|
||||
await self.close()
|
||||
|
||||
def set_deadline(self, ttl: int) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user