jb
jb
## What do these changes do? Potential dead lock in the library when the pending limit is exceeded. A simplified use case is available in unit tests. ## Are there...
Based on the example code from the README, the following script leads into a deadlock and never ends: ``` async def coro(id, timeout): print(f"Start coro #{id} with timeout {timeout}", flush=True)...
Hello, I'm facing the issue just now. This is due to an incoming release of compose just now: the tag has been created but not the related release (github release)...
According to [WebVTT W3C document](https://www.w3.org/TR/webvtt1/#webvtt-timestamp), the hour part of a timestamp may have more than 2 digits. For now the library raises an exception when the timestamp hour part has...