hivemq / hivemq-mqtt-client-dotnet

The HiveMQ C# Asynchronous MQTT client for .NET featuring full MQTT 5.0 and back pressure support.
https://hivemq.github.io/hivemq-mqtt-client-dotnet/
Apache License 2.0
62 stars 9 forks source link

Last Will and Testament #83

Closed SommerPh closed 1 year ago

SommerPh commented 1 year ago

🚀 Feature Request

Does this client support Last Will and Testament? I couldn't find any options for this.

github-actions[bot] commented 1 year ago

Hello @SommerPh, thanks for contributing to the HiveMQ community! We will respond as soon as possible.

pglombardo commented 1 year ago

Hi @SommerPh - LWT is planned for the next release which will be hopefully soon. Once that is out, we'll update the documentation to reflect that as well. I'll update here again once it's out.

pglombardo commented 1 year ago

Short update: LWT is implemented in #85 and will be released soon.

pglombardo commented 1 year ago

Hi @SommerPh - Last will and testament support was just released in version 0.3.0 of the library.

https://www.nuget.org/packages/HiveMQtt/0.3.0

I'll close out this issue but if you have any troubles, please let us know by filing a new issue. Thanks for your patience!