Replies: 1 comment 2 replies
-
Hi there Pietro, Sorry for the late reply, this discussion slipped through the cracks it seems. I hope it's not too late for some thoughts. If I understand things right, the same message arrives at the broker with paho but fails to arrive with aiomqtt. The timeout basically tells us that we tried to send the message for 10 seconds, and then gave up. What caught my eye is the code sends messages with QoS=0 for paho and QoS=2 for aiomqtt. Does the issue persist if you send messages with QoS=0 for aiomqtt as well? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I really like the interface that you have developed.
However, I'm facing an issue that I'm not able to fix.
If I use the paho Client directly is working, but it is raising an exception when using aiomqtt.
When executing the code I see:
Reading the messages with mosquitto I see:
I tried several time but the aiomqtt version is always disconnecting.
What I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions