-
Well my code was working fine before from gevent import monkey |
Beta Was this translation helpful? Give feedback.
Answered by
JproChen
Apr 18, 2023
Replies: 1 comment 3 replies
-
Did you install gevent-websocket? |
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
It seems like my python script didn't ended correctly
I thought I was using gevent, but somehow it switched to eventlet
and when I force it to use gevent, it says the port was already in use.
killing the process in the port, then restart the script solved my problem, thanks for your time.