flush in logic

This commit is contained in:
Jeff Becker 2019-11-28 16:19:50 -05:00 committed by Jason Rhinelander
parent d823d6fa70
commit 2852601a28
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ namespace llarp
}
m_DownstreamWorkCounter--;
if(m_DownstreamWorkCounter == 0)
flushIt();
LogicCall(r->logic(), flushIt);
}
void
@ -188,7 +188,7 @@ namespace llarp
}
m_UpstreamWorkCounter--;
if(m_UpstreamWorkCounter == 0)
flushIt();
LogicCall(r->logic(), flushIt);
}
void