walkor@qq答复:
在worker里面添加代码:
$address = $this->getRemoteAddress();
Gateway模型 Event.php 里面调用 $_SERVER $_SERVER
正确
如果是在继承了Man\Core\SocketWorker的worker类里面(例如BusinessWorker.php Gateway.php等)使用 $this->getRemoteAddress();
如果是gateway模型,在Event.php中直接使用 $_SERVER $_SERVER
正确
如果是在继承了Man\Core\SocketWorker的worker类里面(例如BusinessWorker.php Gateway.php等)使用
$this->getRemoteAddress();
如果是gateway模型,在Event.php中直接使用
$_SERVER
$_SERVER