From 63266779af6704390088207acace36e02da403c4 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 11 Sep 2022 15:41:49 +0200 Subject: [PATCH] chore(interface): remove documentation suggesting unsubscribe can fail --- include/TrueMQTT.h | 11 ----------- 1 file changed, 0 insertions(+), 11 deletions(-) diff --git a/include/TrueMQTT.h b/include/TrueMQTT.h index 187e074..e484840 100644 --- a/include/TrueMQTT.h +++ b/include/TrueMQTT.h @@ -46,15 +46,6 @@ namespace TrueMQTT * @note This error is non-fatal. */ SUBSCRIBE_FAILED, - - /** - * @brief The unsubscription failed. - * - * The topic that failed to unsubscribe is passed as the second argument. - * - * @note This error is non-fatal. - */ - UNSUBSCRIBE_FAILED, }; /** @@ -256,8 +247,6 @@ namespace TrueMQTT /** * @brief Unsubscribe from a topic. * - * If the broker refuses the unsubscribe request, the error-callback is called. - * * @param topic The topic to unsubscribe from. * * @note If you unsubscribe from a topic you were not subscribed too, nothing happens. -- libgit2 0.21.4