When topic is whole name already, adding a tailing dot will cause freshmaker not be able to receive messages from expected topic.
LGTM :thumbsup:
LGTM
:+1:
In fedmsg (really zeromq) the topics are always prefix matched... so we just hope that everyone is always careful to give their topics non-overlapping names :-)
Pull-Request has been merged by qwan
When topic is whole name already, adding a tailing dot will cause
freshmaker not be able to receive messages from expected topic.