emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
409 stars 57 forks source link

Websocket - SocketIO version compatibility #297

Closed dedtadeas closed 7 months ago

dedtadeas commented 8 months ago

Hi,

I have an issue using websocket component. I am getting The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO) ERROR:engineio.server:The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO) INFO:werkzeug:127.0.0.1 - - [08/Nov/2023 11:48:44] "GET /socket.io/?EIO=3&transport=websocket HTTP/1.1" 400 -

What is the right version version combination to use Websocket component with SocketIO? Seems Websocket versions re obsolete.

Thank you!