mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4415 from HoGarfield/WsThreadHelper
closed #4103: Potential crash when websocket connection closes
This commit is contained in:
commit
0658355772
|
@ -160,7 +160,6 @@ void WsThreadHelper::wsThreadEntryFunc()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_ws->onSubThreadEnded();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WsThreadHelper::sendMessageToUIThread(WsMessage *msg)
|
void WsThreadHelper::sendMessageToUIThread(WsMessage *msg)
|
||||||
|
|
Loading…
Reference in New Issue