Hello... I ran this basic sample, but, how can I connect to it? I am using MQTTX client while I am running the broker locally (run by mean of Visual Studio).
I am not able to connect from the client. I tried
with mqtt://localhost, mqtts://localhost, ws://localhost and wss://localhost. Nothing works.
Sorry I want to know about this solution.
1) How to set username/password for c# MQTT Broker?
2) How to set retaining lastest published message on Broker from client's published message?
Jaime Stuardo
Hello... I ran this basic sample, but, how can I connect to it? I am using MQTTX client while I am running the broker locally (run by mean of Visual Studio).
I am not able to connect from the client. I tried with mqtt://localhost, mqtts://localhost, ws://localhost and wss://localhost. Nothing works.