You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 3.4.0, asgiref introduced additional deadlock checks. That's a good thing, but may have exposed an underlying issue in channels. From the changelog:
Calling sync_to_async directly from inside itself (which causes a deadlock when in the default, thread-sensitive mode) now has deadlock detection.
After the WebSocket is connected, here has trouble with RuntimeError (Error message: Single thread executor already being user, would deadlock)
The text was updated successfully, but these errors were encountered: