The control connection does not attempt to reconnect when the socket is closed. Instead it only attempts to reconnect when the driver attempts to send a request through the control connection.
This is a problem because we don't get protocol events during this time for example.
The control connection should react to failed heartbeats by triggering a reconnection.
The control connection does not attempt to reconnect when the socket is closed. Instead it only attempts to reconnect when the driver attempts to send a request through the control connection.
This is a problem because we don't get protocol events during this time for example.
The control connection should react to failed heartbeats by triggering a reconnection.