Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corner case for cancelled server methods that raise exceptions
When a server method is cancelled, but it nonetheless raises an exception (other than `CancelledError`), this exception cannot be reported to the caller (because it has cancelled that call). The only place where it can go is to the asyncio exception handler...
- Loading branch information