mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-20 16:57:48 +08:00
修复gcc4.85无法编译的问题
This commit is contained in:
parent
8acb6e2093
commit
db146406c3
@ -303,7 +303,7 @@ private:
|
|||||||
//拦截websocket数据接收
|
//拦截websocket数据接收
|
||||||
_onRecv = [this](const Buffer::Ptr &pBuf){
|
_onRecv = [this](const Buffer::Ptr &pBuf){
|
||||||
//解析websocket数据包
|
//解析websocket数据包
|
||||||
WebSocketSplitter::decode((uint8_t*)pBuf->data(),pBuf->size());
|
this->WebSocketSplitter::decode((uint8_t*)pBuf->data(),pBuf->size());
|
||||||
};
|
};
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user