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.
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.