Currently, only the is_connected() functions return boolean state
It would be useful for the clients (specially graphic) to know the state of the connection:
- Connected
- Disconnected
- Reconnecting (and attemp number)
And other info such as WebSocket URL (ws_url)
Currently, only the
is_connected()functions return boolean stateIt would be useful for the clients (specially graphic) to know the state of the connection:
And other info such as WebSocket URL (ws_url)