Open cujomalainey opened 1 year ago
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.
core::time
Duration
router.process
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.