Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] MQTT 5 test release 1

Sorry for not reading the docs:
> 
> I think it would make sense to have a new command line parameter for mosquitto_sub/pub „Session Expiry Interval“.


I just discovered `-D`

```
$ mosquitto_sub -t '#' -v -V mqttv5 -D CONNECT Session-Expiry-Interval 60 -i myClientId
```

Back to the top