fixed session termination crash

This commit is contained in:
orignal 2016-12-18 10:11:40 -05:00
parent 05c914156a
commit 259a63e612

View file

@ -577,8 +577,8 @@ namespace client
{
if (!ecode)
s->Receive ();
else
s->Terminate ();
else
s->m_Owner.GetService ().post ([s] { s->Terminate (); });
});
}
}