Socket在主进程发送短字符消息可以成功,在多线程发送数据失败。
void DataSendThread::run()
{
webclient.sendTextMessage(strData);
webclient.flush(); //加上这句就可以成功发送
}