django / asgiref

ASGI specification and utilities
https://asgi.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.46k stars 207 forks source link

Fix task cancellation propagation to subtasks when using sync middleware #435

Closed ttys0dev closed 7 months ago

ttys0dev commented 7 months ago

Potential fix for #434.

andrewgodwin commented 7 months ago

Looks pretty good to me - I'll see how it meshes with #439 as well to make sure that everything is reasonable before I cut a release.