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
MQTT.md above references Mosquitto Go Auth plugin in current config so the whole "broker on Windows" section is outdated in my view. In local testing I used either remote broker running on our Google Cloud dev node or mosquitto-go-auth Docker container which packages both the broker and the plugin.
I believe the right way would be to update MQTT.md to include instructions for the auth plugin.
e.g. add command to run a MQTT broker:
docker run -it -p 1883:1883 eclipse-mosquitto:2.0.10 mosquitto -c /mosquitto-no-auth.conf
The text was updated successfully, but these errors were encountered: