kill lmq before stopping links/

pull/1379/head
Jeff Becker 4 years ago
parent 5b4b1f7aee
commit 79dfb6d357
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save