• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 35 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0022 秒)

31. 如何与服务端建立连接 [ 68%]

...0 1 分享 微博 QZONE 微信 吉日-jerry 赞同来自: 用socket 或者 websocket 连接,可以用protobuff 作为数据格式 2018-05-15 0 0 分享 微博 QZONE 微信 189*****192 赞同来自: 创建连接    this.socket = new Socket();this.socket.connectByUrl("ws://localhost:8989");this.so...

来源: Laya_社区 发布时间: 20180514

32. 超过最大调用堆栈大小 [ 66%]

...      socket = new Socket();         //socket.connect("echo.websocket.org", 80);         socket.connectByUrl("ws://127.0.0.1:8383");         output = socket.output;         socket.on(Event.OPEN, this, this.onSocketOpen);         socket.on(Event.CLOSE, th...

来源: Laya_社区 发布时间: 20171206

33. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 59%]

...,on: reserved1 = 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

34. 用Socket连接服务器,服务端显示已经有登录,但Event.OPEN没有触发 [ 59%]

... QZONE 微信 chrysanthemum 赞同来自: 自己来擦屁股,分享一个WebSocket回声服务器,所收即所发,可调试网络部分。   EchoServer.zip 2017-09-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 chrysanthemum ...

来源: Laya_社区 发布时间: 20170920

35. socket大型项目回调 [ 47%]

...MEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_WS_CLIENT_VERSION:string = '0.0.5'; private RES_OK:number = 200; private RES_FAIL:number = 500; private RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callbacks:any = {}; privat...

来源: Laya_社区 发布时间: 20180119