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 combination to use Websocket component with SocketIO? Seems Websocket versions is sort of obsolete.
Can u point me to right direction for an example of running Flask on server side (here the websocket messages are generated) and Dash on client side (here the messages are received and processed?
Thank you!