Merge pull request #3797 from iamjr15/fix/idle-processor-event-race
Fix asyncio.Event race conditions in idle processors
This commit is contained in:
1
changelog/3796.fixed.md
Normal file
1
changelog/3796.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Fixed `IdleFrameProcessor` where `asyncio.Event` was unconditionally cleared in a `finally` block instead of only on the success path.
|
||||
Reference in New Issue
Block a user