WEBSOCKET_RECONNECT_STRATEGY_DISCONNECT constant

WebsocketReconnectStrategy const WEBSOCKET_RECONNECT_STRATEGY_DISCONNECT

Sent after reaching the maximum reconnection attempts, or any other unrecoverable error leading to permanent disconnect.

Implementation

static const WebsocketReconnectStrategy
    WEBSOCKET_RECONNECT_STRATEGY_DISCONNECT = WebsocketReconnectStrategy._(
        1, _omitEnumNames ? '' : 'WEBSOCKET_RECONNECT_STRATEGY_DISCONNECT');