One or more namespaces failed to connect every time #808
Unanswered
Soulbadguy54
asked this question in
Q&A
Replies: 1 comment
-
The most logical explanation is that your server is not accepting some of those namespaces you are connecting to. You may want to enable logs to see better what's going on. See the troubleshooting section of the docs for help with this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Hello, everybody. I have some issue with connection to server using namespaces (if i use no namespaces everything goes OK)
Here is my code.
This is the main script:
And subscripts:
#1
#2
sio = socketio.AsyncClient(request_timeout=30)
i got such exceptions:
I get it everytime i try to use namespaces. If i delete them everything is allright. I try some different codestyles such use of Classes for namespaces e.t.c. but the problem was the same
Beta Was this translation helpful? Give feedback.
All reactions