mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-04 22:45:46 +00:00
- Enhanced the handle_connect, handle_disconnect, handle_subscribe_commands, handle_subscribe_packets, and handle_ping methods to include better error handling and logging. - Added checks for client_id to prevent issues during connection and disconnection events. - Implemented database file existence and accessibility checks in the polling loop, with detailed logging for errors. - Improved handling of database connection errors, including exponential backoff for persistent issues, ensuring more robust database interactions.