Open captainreptile opened 5 years ago
Thanks for submitting - I'll take a look at this. I've also run into similar situations with specific multi-protocol message brokers (like Amazon's MQ).
Can you pass along information about the specific broker you're using so I can attempt to replicate?
Thank you for your reply.
I'm using mosquitto on my server with websockets enabled (port 9001), the test was carried on the normal mqtt port 1883 do you need access?
Hello,
Thanks for the gr8 module :) I've first tested it about 1.5 year ago on laravel, now i re-implementing it on other laravel and i think i have the same issue as i had before: I am able to publish, but not get the message on subscribe. (a clue i had the same issue is that i used other module for subscribe on old laravel).
Debugging the MQTT server i do see that its subscribed but for some reason the message (retained) doesn't arrive to laravel, i also tried to delay 4 seconds to give it chance but nothing:
Much appreciated for your kind help