eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

Fixed multiple sockets on MqttClient Connect auth fail (#62) #64

Open robertsLando opened 6 years ago

robertsLando commented 6 years ago

Fixed Auth Failed problem on Connect method that caused multiple unclosed sockets. Thanks to @s4v4g3 for the suggestion