-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SynchronousOnlyOperation error with python 3.7 #54
Comments
i got the same error ,can anyone look at it. |
Check updated package - 0.3.0 |
Thanks, i will try the django version < 3.0 |
I don't know if it's bug in Django, but in version 3.0.1 Django add with a new setting to skip the async_unsafe check. so juste add : |
Does anyone know if this is simply Django 3 being more aggressive than Django 2 in checking for async-unsafe operations, or if it is actually less safe than it was in Django 2? |
Description
I first tried to implement django-private-chat into an existing project which did not work. To figure out what my problem was, I tried to run the example project and encountered the same problem.
What I Did
I ran both run_server and run_chat_server without errors. Upon trying to send a message I got the following error.
The text was updated successfully, but these errors were encountered: