Opened 2 years ago
Last modified 2 years ago
#33795 closed Bug
Django sync_to_async takes infinite time with asgiref==3.5.2 — at Initial Version
Reported by: | parfeniukink | Owned by: | nobody |
---|---|---|---|
Component: | HTTP handling | Version: | 3.2 |
Severity: | Normal | Keywords: | asgiref sync_to_async |
Cc: | Andrew Godwin, Carlton Gibson | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Django==3.2.13
asgiref==3.5.2
If you will try to decorate any ORM function with sync_to_async you will wait forever.
asgiref==3.5.0 works fine
Note:
See TracTickets
for help on using tickets.