You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mereshow Does this happen all the time? I've noticed this behaviour in the past sometimes, but then most of the times a restart of the broker and the MMC fixed this issue.
@ralight Since the MMC connects to the system topics of Mosquitto: I think that sometimes it does not receive the values (e.g., as shown in the screenshot for the total number of clients and the number of subscriptions). Are there special cases when a new subscriber to the system topics does not receive all data?
The broker publishes updates to the $SYS topics only when they change. All messages have the retained bit set though, so possibly excluding the first 10 seconds after the broker has started, there should always be a message present on each topic.
Thinking of other situations that may cause this effect, I can think of the topics being denied due to an ACL, or that there is a client (who has access to publish to those topics) that is clearing the retained messages. Neither of those situations seems particularly plausible.
Version 2.3.4 does not display connected clients nor current subscriptions:
The text was updated successfully, but these errors were encountered: