You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if a Client subscribes to “sport/tennis/player1/#”, it would receive messages published using these topic names:
· “sport/tennis/player1”
· “sport/tennis/player1/ranking”
· “sport/tennis/player1/score/wimbledon”
Observed behavior for aiomqtt 1.0.0 is:
Python 3.9.9 (main, Aug 13 2022, 23:00:17)
[GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from aiomqtt import Topic
>>> Topic('sports/tennis/player1').matches('sports/tennis/player1/#')
False
>>>
The text was updated successfully, but these errors were encountered:
For reference: https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/errata01/os/mqtt-v3.1.1-errata01-os-complete.html#_Toc442180920, section 4.7.1.2
Observed behavior for aiomqtt 1.0.0 is:
The text was updated successfully, but these errors were encountered: