Changes between Initial Version and Version 1 of Ticket #31905, comment 4
- Timestamp:
- Aug 19, 2020, 5:33:48 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31905, comment 4
initial v1 1 1 > So i found the problem, the middleware mixin calls the process_request without thread_sensitive... 2 2 3 Yes, that would explain the different `_connections`. Super. 3 Yes, that would explain the different `_connections`. Super. A middleware can run anything, so like signals, they need to be thread-sensitive: makes sense. 4 4 5 5