1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

kill lmq before stopping links/

This commit is contained in:
Jeff Becker 2020-10-02 11:09:13 -04:00
parent 5b4b1f7aee
commit 79dfb6d357
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -1119,6 +1119,7 @@ namespace llarp
StopLinks();
nodedb()->AsyncFlushToDisk();
_logic->call_later(200ms, std::bind(&Router::AfterStopLinks, this));
m_lmq.reset();
}
void