eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

Exception thrown when hostname is given to the MqttClient constructor #119

Open dechapie opened 4 years ago

dechapie commented 4 years ago

When I create an MqttClient with a hostname (not in an IPAddress format), I get a FormatException thrown in System.dll as it calls System.Net.IPAddress.InternalParse(String ipString, Boolean tryParse) given the stack trace.