网站大量收购闲置独家精品文档,联系QQ:2885784924

MQTT协议paho.mqtt.golangkeepAlive源码浅析.pdfVIP

  1. 1、本文档共4页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
MQTT协议paho.mqtt.golangkeepAlive源码浅析 MQTT协议 paho.mqtt.golang keepAlive 源码浅析 MQTT协议 keepAlive 源码浅析 # 阅读本⽂,你将了解: # 1.MQTT 协议KeepAlive机制 # 2.MQTT 协议KeepAlive机制 golang实现原理 # 3.关于KeepAlive 时长设置建议 前⾔ 最近在公司做mqtt协议压测的时候,发现少量mqtt设备在执⾏publish过程中,connect连接被协议层主动断掉了。⽽客户端catch到 的 errors 只有⼀句 var ErrNotConnected = errors.New(Not Connected) ,但已知⽹络通讯没有问题,且研发⼤佬表⽰MQTT broker负载并没有打 满。因此⾃⼰便开始尝试看包的相关源码,从中获取⼀些有⽤的信息,便有了此⽂。 1. MQTT 协议 Keep ALive机制 MQTT Keep Alive MQTT includes a keep alive function that provides a workaround for the issue of half-open connections (or at least makes it possible to assess if the connection is still open). MQTT包括⼀个保持活动功能,该功能为半开连接的问题提供了⼀种解决⽅法(或者⾄少使评估连接是否仍处于打开状态成为可能)。 Keep alive ensures that the connection between the broker and client is still open and that the broker and the client are aware of being connected. When the client establishes a connection to the broker, the client communicates a time interval in seconds to the broker. This interval defines the maximum length of time that the broker and client may not communicate with each other. **保持活动状态可确保broker和客户端之间的连接仍处于打开状态,并确保broker和客户端知道已连接。**当客户端建⽴与broker的连接 时,客户端将以秒为单位的时间间隔传达给broker。此时间间隔定义了broker和客户端可能⽆法相互通信的最⼤时间长度。 The MQTT specification says the following : “The Keep Alive … is the maximum time interval that is permitted to elapse between the point at which the Client finishes transmitting one Control Packet and the point it starts sending the next. It is the responsibility of the Client to ensure that the interval between Control Packets being sent does not exceed the Keep Alive value. In the absence of sending any other Control Packets, the Client MUST send a PINGREQ Packet.” As long as messages are exchanged frequently and the keep-alive interval is not exceeded, there is no need to send an extra message to establish whether the connection is still open. 只要频繁交换消息且不超过保持连接间隔,就⽆

您可能关注的文档

文档评论(0)

千帆起航 + 关注
实名认证
文档贡献者

走过路过,不要错过!

1亿VIP精品文档

相关文档