hsaturn / TinyMqtt

ESP 8266 / 32 / WROOM Small footprint Mqtt Broker and Client
GNU General Public License v3.0
183 stars 40 forks source link

added customizable user data to Callback #97

Open bakadave opened 8 months ago

bakadave commented 8 months ago

I wanted to have multiple clients calling the same callback function but have access to different data members. Should be a pretty minimal change. I guess it will be a breaking change. If the interest is there I'm sure it can be solved with a few overloads.

P.S.: This is my first ever PR, hope I did okay.

bakadave commented 7 months ago

@hsaturn how do you suggest I proceed? My version works well for me, I'd love for it to be merged.