大约有 159 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0042 秒)
Laya_社区(137) Laya2.0_文档(10) Laya_示例(3) Laya3.0_文档(3) Laya2.0_示例(3) laya_api(1) Laya3.0_api(1) Laya2.0_api(1)
...的,onclose可以正常触发。 但是在Native下onclose不能触发,connected状态也还是true,但是socket却事实上已经断开了,无法收发包。 还有一个问题,切到后台后,如果不断开连接,那么需要在业务里发心跳包,但是切到后台后timer停...
来源: Laya_社区 发布时间: 20200426
程序调试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
...gData.Data.length); } if (socket.connected) { socket.writeBytes(sendData); socket.flush(); } } 附件 : --> 2017-03-18 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20170318
...域网IP连接不了 如题,我局域网IP地址是192.XXXX的,socket.connect("192.xxxxx",8001)时是连不上了,但是改用127.0.0.1是可以的,连外网服务器时也是可以的。想问一下,是不是无法通过局域网IP来连服务器,那我团队成员之间不是很难联...
来源: Laya_社区 发布时间: 20180320
...发送测试消息 this.socket.onopen = () => { console.log("WebSocket connected"); // 发送 ChatMessage 类型的打招呼消息,user 字段表示消息发送者的用户名。message 字段包含消息内容。timestamp 是当前时间戳。 const greetingMessage = { user: "LayaAir", message...
来源: Laya3.0_文档 发布时间: 20241119
...a.Event.OPEN函数意外,还有没有判断连接成功的,比如类似connected 2017-09-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: /** * 连接建立成功后调度。 * @ev...
来源: Laya_社区 发布时间: 20170922
...inker command failed with exit code 1 (use -v to see invocation) websocket connection failed: Invalid frame header 问题状态 最新活动: 2019-09-08 01:23 浏览: 1545 关注: 3 人
来源: Laya_社区 发布时间: 20190614
...启动之后,就会产生这样的崩溃问题,运行不了了 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:// 附件 : --> 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20180309
... the buffer in the AudioBufferSourceNode source.buffer = myArrayBuffer; // connect the AudioBufferSourceNode to the // destination so we can hear the sound source.connect(audioCtx.destination); // start the source playing source.start(); } ``` 运行上面的js代码,单击页面就会听到...
来源: Laya2.0_文档 发布时间: 20210715
... the buffer in the AudioBufferSourceNode source.buffer = myArrayBuffer; // connect the AudioBufferSourceNode to the // destination so we can hear the sound source.connect(audioCtx.destination); // start the source playing source.start(); } 运行上面的js代码,单击页面就会听到声音播...
来源: Laya3.0_文档 发布时间: 20241014