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

Home Page:https://www.dash-extensions.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Websocket - SocketIO version compatibility

dedtadeas opened this issue · comments

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!