xamarin mqtt server unaccessible
问题 Im using system.Net.mqtt in a Xamarin project. I create a server like this: var server = MqttServer.Create(); server.ClientConnected += Debug; server.ClientDisconnected += Debug; server.Stopped += (o, e) => Debug($"disconnection ! {e.Message} and {e.Reason} "); server.Start(); I have a nodeMCU coded y micropython. If I start and android MQTT broker in the phone I CAN connect to it from the nodeMCU, and push and subscribe to messages. Flawless. But if I switch off the broker and start the