This commit is contained in:
Fate-JH 2023-07-09 23:36:41 -04:00
parent 8b491405cc
commit 4ab05096e7

View file

@ -863,7 +863,6 @@ class MiddlewareActor(
*/ */
private def inReorderQueueTest(): Unit = { private def inReorderQueueTest(): Unit = {
if (inReorderQueue.isEmpty) { if (inReorderQueue.isEmpty) {
timesInReorderQueue = 0
inReorderQueueFunc = doNothing inReorderQueueFunc = doNothing
activeSequenceFunc = activeNormal activeSequenceFunc = activeNormal
log.trace("normalcy with packet sequence; resuming normal workflow") log.trace("normalcy with packet sequence; resuming normal workflow")