Open
Description
Current Situation
Currently, IDOM does not fallback to keep-alive
HTTP persistent connections in the event that Websockets are not supported.
Proposed Actions
Utilize replace Websocket connections with the Socket.io
API, which fills in this gap.
We will need to use python-socketio
for compatibility, likely the same way they do with Tornado
.