[]Native1.0.1 无法连接wss

如题, Naitve无法连接wss
示例代码如下:
const url = "wss://xxx.com:8888";
this.socket = new Laya.Socket();
this.socket.endian = Laya.Byte.BIG_ENDIAN;
this.socket.on(Laya.Event.OPEN, this, this.onConnectSuccess);
this.socket.on(Laya.Event.CLOSE, this, this.onDisonnect);
this.socket.on(Laya.Event.ERROR, this, this.onConnectFail);
this.socket.on(Laya.Event.MESSAGE, this, this.onReceive);
this.socket.connectByUrl(url);
已邀请:

Aar0n

赞同来自:

更新至最新版native1.0.x 或 native2.0.x 即可连接wss

郭兆奎

赞同来自:

能给个真正的地址么

Aar0n

赞同来自:

LayaNative2.0.3 可以连接wss了。

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

商务合作
商务合作