大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header 一开始连接正常,密集发送消息到服务器后,就会给服务器程序发送关闭连接的信息。WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header WebSocket connection to 'ws:/...
来源: Laya_社区 发布时间: 20180612
...et("wss://login.huanxi.twbuyu.com:27777"); ws.onopen = function() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </...
来源: Laya_社区 发布时间: 20181018
...laya21126 赞同来自: 改了后报错 GameMain.max.js:67287 WebSocket connection to 'wss://192.168.0.36:9036/' failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR 服务端要做修改吗 2017-08-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20170808
...非常快,都是一个错误,请问是什么原因,谢谢了. WebSocket connection to 'ws://119.29.194.100:13001/' failed: Error in connection establishment: net::ERR_INSUFFICIENT_RESOURCES 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20180309
...)=>{ UIFactory.showWaitBar(LayaWrap.creatHandlerCall(this,()=>{ this.connect(handleOk,handleFail); })) }), LocalTxt.getText("请求失败")+":"+e); } }); LogUtil.info(this.urlString,this.methodString,this.responseType,this.dataAny); hr.send(this.urlString, this.dataAny, this.methodString, this...
来源: Laya_社区 发布时间: 20190308
...): Use EGL_SWAP_BEHAVIOR_PRESERVED: true 07-04 20:55:27.095: D/(7884): HostConnection::get() New Host Connection established 0xad5e3cd0, tid 7884 07-04 20:55:27.111: D/(7884): >>>>>>>>>>>>>>>>>>>>>>>> 07-04 20:55:27.117: E/LayaG...
来源: Laya_社区 发布时间: 20190704
...te static var socket:Socket=null; private var list:Array=; public function Connect(url:String):void { socket=new Socket(); socket.on(Event.OPEN, this, onSocketOpen); socket.on(Event.CLOSE, this, onSocketClose); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(Event.ERROR, this, onConnect...
来源: Laya_社区 发布时间: 20170724
...D_ALLOC) 08-20 16:53:49.060 309-376/? E/BufferQueueProducer: [SurfaceView] connect(P): already connected (cur=1 req=1) 08-20 16:53:49.060 24823-24871/? E/libEGL: eglCreateWindowSurface: native_window_api_connect (win=0x559096cbb0) failed (0xffffffea) (already connected to another API?) eglCrea...
来源: Laya_社区 发布时间: 20180820
...D_ALLOC) 08-20 16:53:49.060 309-376/? E/BufferQueueProducer: [SurfaceView] connect(P): already connected (cur=1 req=1) 08-20 16:53:49.060 24823-24871/? E/libEGL: eglCreateWindowSurface: native_window_api_connect (win=0x559096cbb0) failed (0xffffffea) (already connected to another API?) eglCrea...
来源: Laya_社区 发布时间: 20181213
...开发者工具”中看到上述 new WebSocket 调用出错: WebSocket connection to 'wss://localhost:5000/echo' failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID 请问这个怎么解决?谢谢! 2018-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180510