MonitoredSession: Add error handling for modified exceptions.
Enqueueing on a closed queue used to raise an AbortedError (a bug) which was handled incorrectly. Now this raises a CancelledError. Adding support for handling a CancelledError the same way as an OutOfRangeError to MonitoredSession and friends. Change: 133647975
Loading
Please sign in to comment