[]websocket无法连接

this.socket = new Laya.Socket();
//这里我们采用大端
this.socket.endian = Laya.Byte.BIG_ENDIAN;
this.socket.connectByUrl("ws://"+host+":"+port+"/hoopster");
//建立连接
this.socket.on(Laya.Event.OPEN, this, onOpen);
this.socket.on(Laya.Event.MESSAGE, this, onReceive);
this.socket.on(Laya.Event.CLOSE, this, this.closeHandler);
this.socket.on(Laya.Event.ERROR, this, this.errorHandler);
 
以上代码,host传入 "localhost" 可以连接上服务器, 将host 换成内网IP 
172.19.1.236 就无法连接。 同事在他的机器用JS使用内网IP 也可以连接。
已邀请:

Aar0n

赞同来自:

那你这个就不是我们引擎的问题,你得检查一下原因,贴代码没有用的。。。。这些我们都是可用的。这种情况多数都是开发者自己的服务器,或者客户端哪里出问题了。。。仔细检查每一步怎么走的怎么传的,一定能查出来。机器是不会骗人的。

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作