From 316932fa8d8423c4f41971193368a3e4c5afcc63 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 13 Aug 2018 10:38:53 +0200 Subject: [PATCH] Update broker.markdown --- source/_docs/mqtt/broker.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/_docs/mqtt/broker.markdown b/source/_docs/mqtt/broker.markdown index 47a19df934f..d95b8fa8c36 100644 --- a/source/_docs/mqtt/broker.markdown +++ b/source/_docs/mqtt/broker.markdown @@ -32,10 +32,7 @@ mqtt: ```

-There is an issue with the HBMQTT broker that can cause a memory leak (slowly increasing used memory). This causes an unstable system after the memory is full. You could measure/monitor this with a system monitor. The issue is from 2016 and could already be resolved with newer versions. Use another broker when you experience this issue, for example, Mosquitto.
-
-Issue with the HBMQTT broker: https://github.com/beerfactory/hbmqtt/issues/62
-System monitor: https://www.home-assistant.io/components/sensor.systemmonitor/ +There is [an issue](https://github.com/beerfactory/hbmqtt/issues/62) with the HBMQTT broker and the WebSocket connection that is causing a memory leak. If you experience this issue, consider using another broker like Mosquitto.

### {% linkable_title Owntracks%}