PHP Notice: Undefined property: Workerman\Connection\UdpConnection::$gatewayHeader in /web/socket/GatewayWorker-master/GatewayWorker/Gateway.php on line 337 Notice: Undefined property: Workerman\Connection\Udp...
服务器上同时开启 http端口9003 和 多进程tcp 端口9005,这两者之前怎么通讯,现在是需求是:手机端通过http请求服务器,触发服务器和设备之间的tcp通讯...