Browse Source

fixed session termination crash

pull/743/head
orignal 8 years ago
parent
commit
259a63e612
  1. 4
      SAM.cpp

4
SAM.cpp

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

Loading…
Cancel
Save