Routing patterns ending with a `#` cause a panic if there are no more elements in the routing key to match. ``` topicMatch("a.b.#", "a.b") ```
Routing patterns ending with a
#cause a panic if there are no more elements in the routing key to match.