I need help with websocket implemetation #1586
Replies: 5 comments
-
The error explains the problem. You must be running the Flask development web server, not the eventlet server. Are you using |
Beta Was this translation helpful? Give feedback.
-
Yep, I'm using |
Beta Was this translation helpful? Give feedback.
-
I think I understand. |
Beta Was this translation helpful? Give feedback.
-
Is that what you meant? |
Beta Was this translation helpful? Give feedback.
-
Yes. Does everything work? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to implement a websocket but it was always being long polled.
I installed the eventlet but I have an error
Thank you in advance
__ init __.py
app.py
js client
error:
Beta Was this translation helpful? Give feedback.
All reactions