Move RGBController base destructor functionality into RGBController::Shutdown() so that update thread can be stopped before deleting the controller. Shutdown() must be called in every RGBController implementation before deleting the controller. Also some fixes to the NetworkServer to avoid deadlocking and disconnect issues

This commit is contained in:
Adam Honse committed 2026-03-12 16:42:21 +00:00
1 parent f592b48696
commit ba1b68ee8a
331 files changed
+790 -37

No files matched your search

@@ -548,7 +548,7 @@ RGBController_Debug::RGBController_Debug(bool custom_controller, json debug_sett
RGBController_Debug::~RGBController_Debug()
{
Shutdown();
}
void RGBController_Debug::DeviceResizeZone(int index, int new_size)