Yessir, I did. I found that that didn’t help me - that’s why I asked. I’ve done something similar before, but this Timer class wouldn’t take any sort of lambda I tried. I was expecting to use something along the lines of
[this](void) -> void { this->publishPeriodicUpdates(); }
but no matter what I tried, no luck. Have you done this before? If so, what did you use?