mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-25 09:54:00 +00:00
760bf7ad1f
- Added a rotating file handler for logging to manage log file size and backups. - Implemented thread safety for connected clients using a lock to prevent race conditions. - Introduced a method to clean up stale clients based on inactivity, improving resource management. - Updated logging messages to reflect changes in logging setup and client connection status.