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
Hi and compliments on this great sample! We are trying to build the same architecture using hivemq and MQTTnet but when trying to connect to the hivemq broker on :1883 we keep getting an error 'Error while authenticating. The operation has timed out'. Where can we check what is wrong?
var options = new MqttClientOptionsBuilder()
.WithTcpServer("192.168.1.109", 1883)
.WithClientId("bst-001")
.WithCleanSession()
.Build();
Hi and compliments on this great sample! We are trying to build the same architecture using hivemq and MQTTnet but when trying to connect to the hivemq broker on :1883 we keep getting an error 'Error while authenticating. The operation has timed out'. Where can we check what is wrong?
var options = new MqttClientOptionsBuilder()
.WithTcpServer("192.168.1.109", 1883)
.WithClientId("bst-001")
.WithCleanSession()
.Build();
The text was updated successfully, but these errors were encountered: