python-sagemcom-api
python-sagemcom-api copied to clipboard
Retry on connection failures
Fixes (#252)
- Implemented improved error handling and retry mechanism to handle transient network failures such as connection resets.
- Added exponential backoff strategy for retry attempts
- Ensured graceful handling of connection-related errors like
ClientConnectorError,ClientOSError, andServerDisconnectedError
Sure! Please review the modified implementation.
Happy to merge! Would you be able to run poetry lock to fix the CI/CD?