eclipse / paho.golang

Go libraries
Other
330 stars 92 forks source link

Option to set willMessageExpiry #200

Closed abh closed 9 months ago

abh commented 10 months ago

The SetWillMessage allows for some attributes of the will message, but not for example setting the MessageExpiry property. It'd be nice if the API allowed for this (maybe by having SetWillMessage or another method allow the user to just set the full packet, instead of individual attributes).

MattBrittan commented 10 months ago

Already done as per issue #174 (currently only in @master)

MattBrittan commented 9 months ago

Closing this as a solution is already in place.