eclipse / paho.mqtt.rust

paho.mqtt.rust
Other
516 stars 102 forks source link

Fix topic matches with single-level wildcard #166

Closed pabigot closed 1 year ago

pabigot commented 2 years ago

The check would incorrectly match when the topic had more levels than a pattern that didn't end in a wildcard.

Fixes #167

fpagliughi commented 2 years ago

Awesome, thanks. I'll have a look.

fpagliughi commented 1 year ago

Merged. Thanks!