Checks if the connection is in a connecting state
@override bool get isConnecting => currentState == WebSocketState.connecting;