Replies: 1 comment 6 replies
-
What does the server say about these errors? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Considering a real-time scenario connections can happen when emits are already happening.
So, I have tried to emit through external emit in a separate process. Running servers in 2 processes. I have tried connecting from Asynclient. I could see the disconnections.
Server.py
Client.py
external_emit.py
From the external emit I am trying to emit 10 emits for 1 second.
Later trying to run client.py for establishing a client connection.
Here client connections and emits are happening parallelly. Seeing the error from client.py. Server is seeing disconnections and attempts polling.
When trying to increase emit time and also connection time for external_emit and client file. Could see sometime there is no disconnection. Later I am seeing the above error.
Beta Was this translation helpful? Give feedback.
All reactions