看聊天室的代码的时候有点疑惑: // 创建一个 异步的tcp连接 // 请查看BusinessWorker::tryToConnectGateway方法 $gateway_connection = new AsyncTcpConnection("GatewayProtocol://$addr"); // 然后发送一些数据 // 请查看BusinessWorker::tryToConnectGateway方法 $...
if(strlen($recv_buffer) < 10) 接收到的数据流中,如果该数据流确实是 >10个字节了,但是该数据是我们冒充的,但是 此时却认为该包是对,return true,接下在decode中解析不出来 怎么办?这里感觉有点理解不了(a new to protocal) 其实我是想问$recv_buffer 这个变量到底是代表什么?...