mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-06-03 22:31:18 +00:00
f6352cdb7c
- Added configuration options for reconnect behavior, including `reconnect_max_retries`, `reconnect_delay_seconds`, and `reconnect_max_delay_seconds`. - Enhanced the bot's ability to handle transport disconnects by scheduling reconnect attempts with exponential backoff. - Updated documentation to reflect new connection settings and behavior. - Added tests to verify reconnect logic and ensure proper handling of transport errors.