Cancel the onSubThreadEnded callback,because _ws may be deleted in the onClose callback.

This commit is contained in:
garfield_ho 2013-12-02 17:19:52 +08:00
parent e4883fb105
commit bac83f3740
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ void WsThreadHelper::wsThreadEntryFunc()
}
}
_ws->onSubThreadEnded();
}
void WsThreadHelper::sendMessageToUIThread(WsMessage *msg)