Changes between Initial Version and Version 1 of Ticket #33497, comment 5


Ignore:
Timestamp:
Feb 8, 2022, 2:24:34 AM (2 years ago)
Author:
Florian Apolloner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33497, comment 5

    initial v1  
    11I 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
     3EDIT:// 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.
Back to Top