remove convo tag when we invalidate it

pull/1319/head
jeff 4 years ago committed by Jeff Becker
parent 3fbc46879d
commit 2e7f9d1b87
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -924,6 +924,7 @@ namespace llarp
return false;
{
LogWarn("invalidating convotag T=", frame.T);
RemoveConvoTag(frame.T);
util::Lock lock(m_state->m_SendQueueMutex);
m_state->m_SendQueue.emplace_back(
std::make_shared<const routing::PathTransferMessage>(f, frame.F), p);

Loading…
Cancel
Save