上传文件使用异步AsyncTcpConnection,成功上传后events.php收不到异步进程的回复信息? TextTransfer协议参考 http://doc3.workerman.net/protocols/example.html
是不是AsyncTcpConnection只支持Text协议呢?换做Text协议就可以了
例子中TextTransfer协议不支持AsyncTcpConnection,因为它的打包和解包不是对称的。
例子中TextTransfer协议不支持AsyncTcpConnection,因为它的打包和解包不是对称的。