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
In order to make sure we handle failures and don't softlock we should be tracking time. core::time only has Duration. Therefore we can make it so we pass in the time between router.process calls so we can handle timeouts.
The text was updated successfully, but these errors were encountered:
In order to make sure we handle failures and don't softlock we should be tracking time.
core::time
only hasDuration
. Therefore we can make it so we pass in the time betweenrouter.process
calls so we can handle timeouts.The text was updated successfully, but these errors were encountered: