内容简介:EMQ 2.2-rc.1 发布, 百万级 MQTT 消息服务器
EMQ 2.2-rc.1 版本正式发布。新增HTTP管理API监听器,修复涂鸦上报的session注册race condition问题。其他更新:
-
Add a new listener for HTTP REST API (emqttd#1094)
-
Fix the race condition issue caused by unregister_session/1 (emqttd#1096)
-
Fix the issue that we cannot remove a down node from the cluster (emqttd#1100)
-
Passed org.eclipse.paho.mqtt_sn.testing/interoperability tests (emq_sn#29)
-
Fixed the issue that send http request and return non-200 status code, but AUTH/ACL result is denied (emq-auth-http#33)
-
Fixed the issue that fail to stop listener (emq_stomp#24)
-
Support using systemctl to manage emqttd service on CentOS
下载地址:
>>>【评论有礼】6月6日-30日评论每日更新的“新闻资讯和软件更新资讯”,评论点赞数超过 20 的可登上每周更新的“源资讯”和“软件周刊”两大栏目,点赞数超过 50 的还将获得 5 活跃积分奖励和开源中国定制好礼。详情
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Text Processing in Python
David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!