[attach]344[/attach]客户端用浏览器连接的,提示WebSocket connection to 'ws://xxxx:7272/' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
可能是客户端连错IP了,或者连接被服务器iptables给挡了
ip对的呢,按照网上的方法关闭了防火墙也不行
$gateway = new Gateway("Websocket://0.0.0.0:7272");这个要不要设置成服务器的真实ip?
对了,我运行的时候提示 workerman/work.php1385行有错误 我把这段代码改成这个了 $this->_mainSocket = stream_socket_server($local_socket, $errno, $errmsg, $flags, $this->_context); if (!$this->_mainSocket) { // throw new Exception($errmsg); echo $errmsg; } 和这个有关吗?
那个错误是Fatal error: Uncaught exception 'Exception' in /
[attach]345[/attach] 防火墙关闭了吧
可能是客户端连错IP了,或者连接被服务器iptables给挡了
ip对的呢,按照网上的方法关闭了防火墙也不行
$gateway = new Gateway("Websocket://0.0.0.0:7272");这个要不要设置成服务器的真实ip?
对了,我运行的时候提示 workerman/work.php1385行有错误
我把这段代码改成这个了
$this->_mainSocket = stream_socket_server($local_socket, $errno, $errmsg, $flags, $this->_context);
if (!$this->_mainSocket) {
// throw new Exception($errmsg);
echo $errmsg;
}
和这个有关吗?
那个错误是Fatal error: Uncaught exception 'Exception' in /
[attach]345[/attach]
防火墙关闭了吧