more beacon wrong thread

This commit is contained in:
Michael Davidsaver
2020-03-04 19:34:16 -08:00
parent c1778a3e6f
commit 882a7720fb
+1 -1
View File
@@ -188,7 +188,7 @@ void Context::hurryUp()
if(!pvt)
throw std::logic_error("NULL Context");
pvt->tcp_loop.call([this](){
pvt->manager.loop().call([this](){
pvt->poke();
});
}