socketio server setup issue for python versions >3.7.5 #864
Unanswered
David-Vithayathil
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You haven't indicated what the error or problem is when using 3.8. Can you please expand on that? |
Beta Was this translation helpful? Give feedback.
3 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.
-
We were setting up socketio server using python 3.7.5 and the js client seems to communicate properly.
On switching to python3.8, the server doesn't setup with asyncio using aiohttp as per this example (No issue when using eventlet example).
I have attached the code used to setup the server using python 3.8
We switched between python 3.7.5 and 3.8 which uses the same requirements and script, the issue was reproducible only with python3.8.
Here is the js client
I checked the tox file and it does support python3.8, I assume that the unit tests do pass for this version, which is why I didn't raise this as an issue.
Here is the pip freeze
javascript client is using version "^4.3.2"
Beta Was this translation helpful? Give feedback.
All reactions