代码上传到centos环境中,通过ip访问socket会报错:
WebSocket connection to 'ws://192.168.31.65:3301/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
服务器运行的php socket代码能正常跑起来,端口监听:
tcp 0 0 127.0.0.1:3301 0.0.0.0:* LISTEN 24764/php
请问是什么原因?
ip你绑定的是localhost吧