mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Enhanced session verification to include retry logic for handling network and timeout errors, particularly during server restarts. - Introduced a maximum of 8 attempts with exponential backoff for retries, improving resilience in unstable network conditions. - Updated logging to provide clearer feedback on session verification attempts and failures. These changes enhance the application's reliability in maintaining user sessions, especially in environments with intermittent connectivity.