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
I am trying to create multiple connections to different mqtt-brokers, but it seems that the client_id is used to register the processes.
Is there a way to achieve this with options I am not aware of, or would it require a change to the library?
Below is my code. When I concat env to the client_id, it does not crash with "already started", but then the server refuses to connect, since the client_id/username/password-combination is incorrect.
I am trying to create multiple connections to different mqtt-brokers, but it seems that the client_id is used to register the processes.
Is there a way to achieve this with options I am not aware of, or would it require a change to the library?
Below is my code. When I concat env to the client_id, it does not crash with "already started", but then the server refuses to connect, since the client_id/username/password-combination is incorrect.
The text was updated successfully, but these errors were encountered: