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
After deleting the packet commitment, change flush status to FLUSHCOMPLETE if the flush status is FLUSHING and there are no pending in-flight packets. Opening the issue for both Timeout and TimeoutOnClose since they both use TimeoutExecuted function and that's where the packet commitment is deleted, in case we decide to implement this logic inside that function.
Pre-requisite:
After deleting the packet commitment, change flush status to
FLUSHCOMPLETE
if the flush status isFLUSHING
and there are no pending in-flight packets. Opening the issue for bothTimeout
andTimeoutOnClose
since they both useTimeoutExecuted
function and that's where the packet commitment is deleted, in case we decide to implement this logic inside that function.See also question here.
The text was updated successfully, but these errors were encountered: