eclipse/paho.mqtt.m2mqtt

Exception thrown when hostname is given to the MqttClient constructor

dechapie opened this issue · 0 comments

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.