knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.78k stars 1.46k forks source link

Using delegate constructors #1046

Open hmueller01 opened 3 months ago

hmueller01 commented 3 months ago

To solve #840 in a better way this PR uses delegate constructors to always initialize the members of the class.