adafruit / Adafruit_CircuitPython_MiniMQTT

MQTT Client Library for CircuitPython
Other
80 stars 49 forks source link

MQTT connect with an empty username should have the proper header #130

Closed flavio-fernandes closed 1 year ago

flavio-fernandes commented 1 year ago

Connect needs to distinguish None from an empty string when populating and sending CONNECT to the MQTT broker.

Fixes #129

Signed-off-by: Flavio Fernandes flavio@flaviof.com

flavio-fernandes commented 1 year ago

@dhalbert @brentru PTAL