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

Change `private` to `protected` #1026

Open TheClockTwister opened 10 months ago

TheClockTwister commented 10 months ago

While adding some extended functionalities, I was stopped by the private directove in the PubSubClient class. Would be nice if we could make this protected so people don't have to fork the library if they need to implement edge-case behaviour :)