[]websocket出错
socket=new Laya.Socket();
socket.connectByUrl("ws://192.168.1.229:8282");
//socket.connect("0.0.0.0",8383);
output=socket.output;
socket.on(Laya.Event.OPEN,this,onSocketOpen);
socket.on(Laya.Event.CLOSE,this,onSocketClose);
socket.on(Laya.Event.MESSAGE,this,onMessageRev);
socket.on(Laya.Event.ERROR,this,onConnectError);
在 socket.on(Laya.Event.OPEN,this,onSocketOpen);这报错了,请问是什么原因
socket.connectByUrl("ws://192.168.1.229:8282");
//socket.connect("0.0.0.0",8383);
output=socket.output;
socket.on(Laya.Event.OPEN,this,onSocketOpen);
socket.on(Laya.Event.CLOSE,this,onSocketClose);
socket.on(Laya.Event.MESSAGE,this,onMessageRev);
socket.on(Laya.Event.ERROR,this,onConnectError);
在 socket.on(Laya.Event.OPEN,this,onSocketOpen);这报错了,请问是什么原因
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
cuixueying
赞同来自: