Add another missing pump trigger

This commit is contained in:
Jason Rhinelander 2021-11-14 15:42:15 -04:00
parent bce7e2e56d
commit fbc5cb0a6d
1 changed files with 1 additions and 0 deletions

View File

@ -1097,6 +1097,7 @@ namespace llarp
m_router->loop()->call_soon([this] { FlushRecvData(); });
}
m_RecvQueue.tryPushBack(std::move(ev));
Router()->TriggerPump();
}
bool