大约有 41 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0030 秒)
...了问题 laya websocket 在微信小游戏连接不上服务器 WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header 关于websocket问题 websocket连接, ws 时没问题,改成 wss 没反应 关于laya websocket问题 图文混排聊天室之WebSocket服务器的疑...
来源: Laya_社区 发布时间: 20180131
... this.socket.endian = Laya.Byte.LITTLE_ENDIAN; //建立连接 this.socket.connectByUrl("ws://localhost:8899"); this.socket.on(Laya.Event.OPEN, this, this.openHandler); this.socket.on(Laya.Event.MESSAGE, this, this.receiveHandler); this.socket.on(Laya.Event.CLOSE, this, this.closeHandler); this.socke...
来源: Laya_社区 发布时间: 20180211
... failed Status:404 text:undefined Array buffer allocation failed websocket connection failed: Invalid frame header Request failed Status:404 text:undefined 问题状态 最新活动: 2019-09-12 17:58 浏览: 11514 关注: 6 人 爱的誓言 • 2019-08-21 11:30 魅族手机 爱的誓言 • 2019-08-...
来源: Laya_社区 发布时间: 20190322
...st.git 你要自己架个简单的socket服务 NetServer.js this.socket.connect("192.168.1.155", 9000); 2017-09-17 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 187*****279 相关问题 关于近期iOS提交,因违反苹果3.1.1导...
来源: Laya_社区 发布时间: 20170916
Available pages. 请问这是什么错误 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:///Users/xxxx/Desktop/hello/bin/index.html. Available pages: ["file:///Users/xxxx/Desktop/3d/bin/index.html"]). 在做官网上的js的list时,出...
来源: Laya_社区 发布时间: 20180813
...出alert 但是返回打印[IAP] Cannot transmit receipt data. Could not connect to the server.这个,还有回调到js方法里面的参数也显示购买失败,code=-1,请问这是怎么回事 附件 : --> 2018-02-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180205
程序调试10秒钟后报错 程序调试10秒钟后报错: Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: d:\install\LayaBox\workspace\AirWar_Class11/bin/index.html.Available pages:["file:///D:/install/LayaBox/workspace/AirWar_Class11/bin...
来源: Laya_社区 发布时间: 20161230
...,新装的ide,直接报错 console显示: [Error - 上午11:43:51] Connection to server is erroring. Shutting down server. 2017-05-09 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 moketao 相关问题 编译调试启动chrome出...
来源: Laya_社区 发布时间: 20170509
... failed Status:404 text:undefined Array buffer allocation failed websocket connection failed: Invalid frame header Request failed Status:404 text:undefined 问题状态 最新活动: 2019-08-10 09:17 浏览: 2489 关注: 3 人
来源: Laya_社区 发布时间: 20190809
... = new Laya.Socket(); socket.on(Laya.Event.OPEN,this,()=>{ console.log("connect success!"); }) socket.connectByUrl(url);点此查看Socket官方示例 2018-05-15 1 0 分享 微博 QZONE 微信 rabbit 赞同来自: 只要前端的,还是要前端和后端代码? 2018-05-15 0 1 分享 微博 QZ...
来源: Laya_社区 发布时间: 20180514