ArduinoMDNS
ArduinoMDNS copied to clipboard
Wrong Service type in WifiRegisterExample
The example starts out with udp as the protocol used for mDNS but when registering the service it tries to use TCP which will cause it to crash


This is not a bug. Multicast DNS uses UDP for communication. This example sets up a TCP based server on port 80, then uses MDNS to advertise that TCP service on port 80. This is not a bug and will not crash. You do not understand networking.
I think this issue can now be closed.