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

Loading…
Cancel
Save