大约有 13 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0031 秒)
Google连接有问题,Cannot connect to runtime process, timeout after 10000 ms 调试模式Google,启动调试后Google下的进度启动条一直从左往右走动,能打开Google浏览器,但10秒左右后,直接关闭了所打开的Google浏览器,会报 Cannot connect to runtime p...
来源: Laya_社区 发布时间: 20170918
... socket = new Socket(); socket.on(Event.OPEN, this, onSocketOpen); socket.connect("127.0.0.1", 8080); 照着官方例子,服务器显示连接上了,但onSocketOpen没调用到,而且socket的connected为false。 能帮忙看是什么原因么? 具体代码: package { import laya...
来源: Laya_社区 发布时间: 20170209
...懂 Laya_XS • 2016-12-14 17:08 例如: js的使用方法:var xx = io.connect(); as的使用方法 var xx:* = __JS__('io.connect()'); xx.on('connect',function():void{trace("dddd")}); piaobo80 • 2017-08-18 14:12 如果ts呢引入js后改怎样在ts中调用呢? Laya_XS • 2017-08-...
来源: Laya_社区 发布时间: 20161214
...served1 = 1, reserved2 = 1, reserved3 = 0 如题; 报错内容 WebSocket connection to 'ws://127.0.0.1:9000/' failed: One or more reserved bits are on: reserved1 = 1, reserved2 = 1, reserved3 = 0 百度了一个下午都没解决,不知道这里有没有人遇到过这个错误。后端代码...
来源: Laya_社区 发布时间: 20180202
...要回复问题请先登录 发起人 jason18380447822 相关问题 Cannot connect to runtime process, timeout after 10000 ms 自动关闭 Cannot connect to runtime process, timeout after 10000 ms 自动关闭 [LayaNative2.0] Laya.HttpRequest 怎么设置 timeout 问题状态 最新活动: 2017-06-0...
来源: Laya_社区 发布时间: 20170608
...调试 chrome , 运行几十秒就关闭chrome,弹出如下提示 Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: "port" option should be >= 0 and < 65536: 92222). 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20170620
...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
...目就报错 是什么原因 刚建立项目 一运行 ,就报错 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:///d:/project/GAME-KP(WX-GAME.program)/bin/index.html. Available pages: ["file:///D:/project/GAME-KP(W 附件 : --> 2018-08-...
来源: Laya_社区 发布时间: 20180816
... 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_社区 发布时间: 20180210