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
You're right, it should be fixed. I had to disable it at some point because counting it accurately was causing too much load. At least with that implementation. It needs refactor.
No, it's more complicated. It has to do with how sessions are added to the subscription tree as weak pointers. They will expire sooner or later, but this can't easily be tracked.
I may make the subscription counter indicative instead of 100% correct. It can be recalculated upon certain internal maintenance jobs, but that means that the count will be (a bit) higher than factually correct.
Subscribing to topic
$SYS/broker/subscriptions/count
always returns subscription count as 0 even though there are valid subscriptionsThe text was updated successfully, but these errors were encountered: