Is your feature request related to a problem?
Socket.io is a protocol for bidirectional communication. It uses websockets internally when available, but can also fall back to other technologies. Compared to raw websockets, we
- lose some flexibility for our protocol design,
- gain a well-tested, rigid framework for our protocol,
- get extra features like disconnection detection or automatic reconnection.
Desired solution
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Is your feature request related to a problem?
Socket.iois a protocol for bidirectional communication. It uses websockets internally when available, but can also fall back to other technologies. Compared to raw websockets, weDesired solution
Socket.iois worth it.flask-sockbyflask-socketio(the VS Code extension also has to be updated).This may also fix Possible deadlock while running tests #18.Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response