Changes between Initial Version and Version 1 of Ticket #33497, comment 5
- Timestamp:
- Feb 8, 2022, 2:24:34 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33497, comment 5
initial v1 1 1 I think https://github.com/django/asgiref/pull/306#issuecomment-991959863 might play into this as well. By using a single thread per connection, persistent connections will never get clean up. 2 3 EDIT:// By Design I do not think that persistent connections currently work in Django's async mode. I think this should be reproducible with any async view that does a database connection.