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
The topic name "/5958757/10.5.0.2" does not match the TOPIC_FILTER_REGEX and raises ValueError("Invalid topic filter") when Client.subscribe is called.
Would you accept an pull request with a modified regex?
Or would it be possible to set TOPIC_FILTER_REGEX as an class attribute on Client so that it could be changed by sub-classing Client?
The text was updated successfully, but these errors were encountered:
The topic name "/5958757/10.5.0.2" does not match the TOPIC_FILTER_REGEX and raises
ValueError("Invalid topic filter")
when Client.subscribe is called.Would you accept an pull request with a modified regex?
Or would it be possible to set TOPIC_FILTER_REGEX as an class attribute on Client so that it could be changed by sub-classing Client?
The text was updated successfully, but these errors were encountered: