diff --git a/ChangeLog.txt b/ChangeLog.txt index 1b8e2355..bcf7c3c8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,8 @@ Broker: not being set correctly. Closes #1429. - Fix incorrect memory tracking causing problems with memory_limit option. Closes #1437. +- Fix subscription topics being limited to 200 characters instead of 200 + hierarchy levels. Closes #1441. Client library: - Fix publish properties not being passed to on_message_v5 callback for QoS 2 diff --git a/src/subs.c b/src/subs.c index 266669e8..fc62bef8 100644 --- a/src/subs.c +++ b/src/subs.c @@ -243,9 +243,9 @@ static int sub__topic_tokenise(const char *subtopic, struct sub__token **topics) stop = 0; for(i=start; i