autop=make_shared<Session>(this,std::move(*s),node(_n->id),true);// true because we don't care about ids matched for now. Once we have permenant IDs this will matter a lot more and we can institute a safer mechanism.
autop=make_shared<Session>(this,std::move(*s),n,true);// true because we don't care about ids matched for now. Once we have permenant IDs this will matter a lot more and we can institute a safer mechanism.
p->start();
}
deletes;
Guardl(x_pendingNodeConns);
m_pendingNodeConns.erase(nptr);
});
else
clog(NetWarn)<<"Trying to connect to node not in node table.";