Changes between Initial Version and Version 1 of Ticket #32409, comment 2
- Timestamp:
- Feb 3, 2021, 2:45:03 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32409, comment 2
initial v1 46 46 47 47 I'm inclined to think this a documentation issue — that nested sync_to_async calls are not yet supported — plus a new feature request to add that support. 48 i.e. that the usage (whilst presumably reasonable) is beyond where Django's async support has yet reached. (I will provisionally accept on that basis, but happy if we want to adjust that.)48 i.e. that the usage (whilst presumably reasonable) is beyond where Django's async support has yet reached. I will provisionally accept on that basis, but happy if we want to adjust that — the alternative is to take it as a release blocker on 3.1, but without a particular fix in mind, I'm not sure if that's realistic. 49 49 50 50 Can I ask what the use-case is? What are you trying to do using this pattern?