Skip to content
Snippets Groups Projects
Commit bb300a13 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

connection manager: load treated messages on start

Change-Id: I182ba3b7e9a69ef7fd02808cfa36576473f8857d
parent c169d95b
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ public:
: config_ {std::move(createConfig(config_))}
, rand {dht::crypto::getSeededRandomEngine<std::mt19937_64>()}
{
loadTreatedMessages();
if(!config_->ioContext) {
config_->ioContext = std::make_shared<asio::io_context>();
ioContextRunner_ = std::make_unique<std::thread>([context = config_->ioContext, l=config_->logger]() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment