Replies: 2 comments 6 replies
-
The message is just telling you that WebSocket is not available. If you continue to use waitress there is nothing you can do to address this. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Here a error during testing:
i am totally confused .. reading the stack trace i would say waitress is somehow serving engineio? |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am wondering i have a setup which shouldn work but it does:
I am using waitress as the app server which does not support websockets.
my init looks like this
When using async mode threading i get this error message but client is receiving events. When i am using asyncmode eventlett it is working too but with a different error message. It works with and without monkey patching.
What is happening here? And what would you recommend? Removing the socketio from init and move it into different script and run just the socket with socketio.run(app=app)?.
Beta Was this translation helpful? Give feedback.
All reactions