Browse Source

fixed session termination crash

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

2
SAM.cpp

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

Loading…
Cancel
Save