Open
Description
In asgi.py I can see the call to aclose();
await subscriptions[operation_id].aclose()
So how do I catch this in my subscription source? This should generate a GeneratorExit exception. I can not figure out a way to catch that exception in my subscription source which would then signal my code to exit.