Merged
Merge Request #21 · created by Peter M. Groen


fix/pgroen/topic length limitation

hasWildcard had an invalid check on the last character. When the topic size is 36 and we check the size>() -1 (35) it is interpreted as an '#' which in turn is a wildcard in the topic making sure it is not published.

We now check the actual character of the last entry in the string.


From fix/pgroen/topic_length_limitation into master

Merged by Peter M. Groen

Source branch has been removed
1 participants