Elephant不会初始化与NodeServer的连接

时间:2018-12-18 18:15:58

标签: php node.js socket.io

我正在使用Elephant.io在Ubuntu 16.04服务器上通过PHP将消息发送到socket.io。但我收到以下错误:

  

致命错误:未捕获的ElephantIO \ Exception \ ServerConnectionFailureException:尝试在/var/www/html/shared/socket-io/vendor/wisembly/elephant.io/src/Engine中建立与服务器的连接时发生错误/SocketIO/Version1X.php:187堆栈跟踪:#0 /var/www/html/shared/socket-io/vendor/wisembly/elephant.io/src/Engine/SocketIO/Version1X.php(48):ElephantIO \ Engine \ SocketIO \ Version1X-> handshake()#1 /var/www/html/shared/socket-io/vendor/wisembly/elephant.io/src/Client.php(60):ElephantIO \ Engine \ SocketIO \ Version1X-> connect()#2 /var/www/html/shared/classes/socket.class.php(24):ElephantIO \ Client-> initialize()#3 /var/www/html/dashboard/news.php(83) :Socket-> __ construct()#4 {main}在第187行的/var/www/html/shared/socket-io/vendor/wisembly/elephant.io/src/Engine/SocketIO/Version1X.php中抛出

同样奇怪的是,我使用Version2X,但收到有关Version1X的错误。我需要做什么才能使其平稳运行?

0 个答案:

没有答案