triggerReconnect method

bool triggerReconnect()

Triggers a reconnection attempt immediately. Returns if a reconnect was actually triggered.

By default, an increasing backoff interval is used for reconnection attempts. But sometimes the code using this API has additional knowledge and can initiate a reconnection attempt sooner.

Implementation

bool triggerReconnect() => checkObxSuccess(C.sync_trigger_reconnect(_ptr));