Merged
Merge Request #21
·
created by
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
-
mentioned in commit 078653bde8059dc973fca91f91f5c4bb660046ca
-
Status changed to merged