mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 20:15:40 +00:00
- Added a new configuration option for service restart backoff timing in config.ini.example. - Enhanced the MeshCoreBot class to track service health and manage restarts for unhealthy services. - Introduced a new method for service health checks in the BaseServicePlugin class, allowing for custom health validation in subclasses. - Updated the PacketCaptureService to include specific health check logic based on connection status.