mqtt-broker
Here are 228 public repositories matching this topic...
Hi,
I had added a callback on the offline event that, in case is fired, it will call the reconnect() method.
But I've experienced some re-connection loop after the first offline event, so I've deduced that there is already a re-connection policy.
Can you improve the documentation about reconnect() method and default re-connection attempts?
-
Updated
Jun 25, 2020 - Go
I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.
I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no
-
Updated
Jun 25, 2020 - JavaScript
import logging
import asyncio
import os
from hbmqtt.broker import Broker
@asyncio.coroutine
def broker_coro():
broker = Broker()
yield from broker.start()
if __name__ == '__main__':
formatter = "[%(asctime)s] :: %(levelname)s :: %(name)s :: %(message)s"
logging.basicConfig(level=logging.INFO, format=formatter)
asyncio.get_event_loop().run_until_com-
Updated
Jun 25, 2020 - Python
-
Updated
Jun 25, 2020 - Java
-
Updated
Jun 20, 2020 - HTML
非常感谢提供Mosquitto的集群程序。
在使用时,当我开启不允许匿名登陆后,各个节点无法连接。
进一步尝试在配置 Certificate based SSL/TLS support 中的 ca 路径后,节点之间出现 OpenSSL Error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol问题。
请问是否是因为不支持该功能?还是在配置上需要增加配置?
-
Updated
Jun 11, 2020 - Go
-
Updated
Apr 13, 2020 - Java
-
Updated
Jun 9, 2020 - Python
-
Updated
Mar 17, 2020 - Shell
-
Updated
Mar 31, 2020 - TypeScript
-
Updated
Mar 27, 2019 - D
-
Updated
May 13, 2020 - C
-
Updated
Aug 15, 2019 - JavaScript
-
Updated
Jun 3, 2019 - C++
-
Updated
Jun 22, 2020 - Java
-
Updated
Apr 29, 2020 - Shell
-
Updated
Apr 20, 2017 - Erlang
-
Updated
Nov 29, 2015 - Rust
-
Updated
Jun 15, 2020 - Java
Improve this page
Add a description, image, and links to the mqtt-broker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mqtt-broker topic, visit your repo's landing page and select "manage topics."


Environment
Description
I am using:
NIGINX --> Docker --> custom image with EMQ installed ( same host, SSL offload on nginx)
EMQ works and clients can connect but i see continous multiple crashes/proxy errors in the error.log
2019-08-27 12:12:31.287 [error] <0.11973.534> CRASH REPORT Process <0.11973.534> with 0 neighbou