[]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);这报错了,请问是什么原因
QQ图片20170116133700.jpg
已邀请:

cuixueying

赞同来自:

再socket前加上this看下,this.socket

要回复问题请先

商务合作
商务合作