Changes between Initial Version and Version 1 of Ticket #32049, comment 9
- Timestamp:
- Sep 29, 2020, 10:12:04 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32049, comment 9
initial v1 1 It's worth noting that I still consider this a bug since it's a type of failure, but it's already been fixed in asgiref: https://github.com/django/asgiref/commit/7becc9daca2628c46af1cb7e46b4c47c1ea27adf1 It's worth noting that I still consider this a bug since it's a type of silent failure, but it's already been fixed in asgiref: https://github.com/django/asgiref/commit/7becc9daca2628c46af1cb7e46b4c47c1ea27adf 2 2 3 3 As of the next release, that will enforce that all synchronous calls run inside the same, single thread, slightly hurting performance but crucially meaning that this issue would not have happened.