-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no message in subscriber #212
Comments
pliz solved this bugs |
import logging import paho.mqtt.client as mqtt client = mqtt.Client() logger = logging.getLogger(name) config = { broker = Broker(config) @asyncio.coroutine async def uptime_coro():
if name == 'main': |
I'm not sure if it is the issue description. The KeyError might be caused by None value of topic_plugins at the following lines @ broker.py. |
I have same problem for with topic_check disabled. There is stacktrace as below if removing
And in the topic_checking plugin, it doesn't check whether topic filtering is disabled. |
The current solution is to add the broker.yaml# ...
topic-check:
enabled: False
acl:
anonymous: ["the_topic/#", "..."]
user_name: ["another_topic/#", "..."]
# ... |
Same here, spend a whole hecking day trying to make this, ehhhh, thing, work, but found no better solution than settin' ac1 |
This might be related to this issue here: Yakifo/amqtt#28 |
this is keng! |
No description provided.
The text was updated successfully, but these errors were encountered: