Interface ReconnectPolicy

Controls reconnecting of the client

interface ReconnectPolicy {
    nextRetryDelayInMs(context: ReconnectContext): null | number;
}

Implemented by

Methods