Catch the keyboard interrupt signal, so it can be handled by doing nothing instead of throwing an exception in a context where try/catch is not able to deal with it.
What did you expect to see? Clean shutdown of the server. What did you see instead? This raises an asyncio.CancelledError exception in AioServer._serving_task_crash ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results