call hook on timeout

pull/590/head
Jeff Becker 5 years ago
parent fc3db98e66
commit b02a3715df
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -64,6 +64,7 @@ namespace llarp
continue;
}
LogWarn("lookup for ", itr->first, " timed out");
itr->second.InformResult({});
itr = routers.erase(itr);
}
}

Loading…
Cancel
Save