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
What you expected to happen vs. what actually happened:
I want to access object from the database after calling .connect() method on WebsocketCommunicator., but instead, running is blocked on the line mentioned bellow.
Code example:
Sorry, I know this is not a place for "debuging" and asking questions, but there isn't too big community on Stack Overflow for this.
Your OS and runtime environment, and browser if applicable:
OS: MacOS and Linux
pip freeze
:Consumer connect
I want to access object from the database after calling
.connect()
method onWebsocketCommunicator
., but instead, running is blocked on the line mentioned bellow.Code example:
Code gets stuck on:
There is no logs.
This code and tests runs successfully on MacOS but it fails on Ubuntu. We are running our app using docker image python:3.11
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: