Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
There was an error while loading. Please reload this page.
Hi,
Storage Java library users are failing on a retryable exception
SocketException: Socket closed' errorswhich raised as ajavax.net.ssl.SSLException. SSLException isn't considered retryable in BaseServiceException.java.Are there any concerns with making this exception retryable along with:
I'll send a PR to introduce this change for discussion.