SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
158 stars 82 forks source link

Store EventLoop in a shared_ptr #781

Closed mairas closed 3 weeks ago

mairas commented 1 month ago

Strictly speaking, this is a breaking change, but since the impact should be quite limited and it removes a major use case of raw pointers, I'll just keep quiet and do it. Naughty me.