-
Notifications
You must be signed in to change notification settings - Fork 53
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
Broker not sending messages #115
Comments
@shanepowell-ast FWIW I had this problem with the 0.10.1 version installed from pip, but not with current master. There are 77 commits between 0.10.1 and the current master so I'm guessing it got fixed in one of those? |
We just released a new version, please check if this one works for you and let me know: https://pypi.org/project/amqtt/0.11.0b1/ |
I may have the same issue. The problem seems to relate with the websocket listener. I changed the example above slightly to
The shutdown freezes at Tested with amqtt==0.11.0b1 on Python 3.10.6. |
I got the issue solved for me. I still had |
I'm hoping I'm just doing something wrong, but I can't seem to manage to get the Broker working quite right.
Here is my setup:
I've tried MQTT-Explorer (which I use for all my mqtt work) and the mqtt client plugin for VSCode.
I'm able to connect to either the tcp or the ws port no problem.
I see the log messages output for all the connections on the broker.
I see the messages being posted to the broker log, and I see what appears to be an attempt to send out the messages.
But... no messages seem to make it out to any clients I've tried.
Here is the Broker log when I sent a very basic message to a simple topic.
topic: test
message: two
MQTT-Explorer never received any message though.
MQTT-Explorer also automatically subscribes to the root wildcard, so It should see every single message that is sent on all topics. However, no topics even appear in it's topic list.
Thanks for any help.
I hope I'm just missing something obvious.
edit
Just to be sure I wasn't doing something glaringly wrong.
I tried just running the broker from the shell . Same outcome.
the connection to the broker through mqtt-explorer is good, but no messages seem to find their way out.
The text was updated successfully, but these errors were encountered: