When the session is in the active state, and there are some network issues, the Handler will try to restore the connection per OnixS::B3::BOE::SessionSettings::reconnectAttempts and OnixS::B3::BOE::SessionSettings::reconnectInterval settings.
When a network error is detected, the session changes its state to OnixS::B3::BOE::SessionStateId::Reconnecting and tries to re-establish the connection OnixS::B3::BOE::SessionSettings::reconnectAttempts() times with the OnixS::B3::BOE::SessionSettings::reconnectInterval() delays between attempts.