mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 19:05:17 +00:00
ba33fed1a8
- 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.