Paho Python Client with HiveMQ
问题 i am developing a module in python that will allow me to connect my raspberry pi to a version of hivemq hosted on my pc. it connects normally but when i add hivemq's file auth plugin it doesnt seem to work im using the username_pw_set to set my username and password here is what my code currently looks like: import paho.mqtt.client as mqtt client = mqtt.Client() #The callback for when the client recieves a CONNACK response from the server def on_connect(client, userdata, flags, rc): print(