Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Last will and testament looks like it's keeping track of only the last 100

I am testing Mosquitto V1.4.2 on Ubuntu 14.04 with different connection pool sizes ranging from 1-1000 to 10 000 at this stage

The client that connects in my tests subs to only 2 topics and will also use the LWT in case the client goes offline. My clients all subs with clean sessions

Now where things get weird is - if I start 1000 client up and disconnect them, my monitor app that listens for any LWT message will only get "offline" clients for the first 100 of the 1000.

Is this something we can configure to allow more LWT clients messages...?

It's really a powerful part of the MQTT brokers to send LWT "disconnect" message on behalf of the missing client - but if we only get the first 100 of x-thousands clients, it going to be tricky to really know "yes client is offline"

OR, maybe I am doing something wrong, but seems fine in the way my clients connect and sub to topics with LWT filled in - it works for the first 100

Any ideas?

Back to the top