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
From the dashboard, all endpoints seem to be correct.
I checked the code of the MQTTnet client library and internally it seems to simply open a socket connection based on an DnsEndPoint.
No matter what I tried, it won't resolve the mqtt-server host.
I'm probably missing something or the whole point.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've a very basic setup:
This is pretty much my code in the blazor app to try connect to the mqtt server
And this is pretty much my AppHost setup
From the dashboard, all endpoints seem to be correct.
I checked the code of the MQTTnet client library and internally it seems to simply open a socket connection based on an
DnsEndPoint
.No matter what I tried, it won't resolve the
mqtt-server
host.I'm probably missing something or the whole point.
Thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions