You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseif (tx_errors<TX_ERROR_THRESHOLD&&get_status(SYS_STATUS_CONNECTION_ERROR)&&k_uptime_get() -last_tx_fail>3000) // TODO: there is possibly some race condition causing tx_error to potentially be above zero more often than not, so the check is more lenient; tx_error under threshold and last errors above threshold was not recent
0 commit comments