updated doc-string and reverted mplex-changes

This commit is contained in:
kaneki003
2025-06-24 18:05:15 +05:30
parent d7cdae8a0f
commit 724375e1fa
6 changed files with 56 additions and 187 deletions

View File

@ -77,8 +77,6 @@ class YamuxStream(IMuxedStream):
self.send_window = DEFAULT_WINDOW_SIZE
self.recv_window = DEFAULT_WINDOW_SIZE
self.window_lock = trio.Lock()
self.read_lock = trio.Lock()
self.write_lock = trio.Lock()
async def __aenter__(self) -> "YamuxStream":
"""Enter the async context manager."""