If an invalid API key is provided, this sdk will retry forever using that bad API key instead of throwing an exception. This makes it difficult to use in our APIs since calls will just hang if bad config is provided.
If it was possible to expose the auth error and stop the timer that would be great. Maybe a new config value for max number of retries as well.
If an invalid API key is provided, this sdk will retry forever using that bad API key instead of throwing an exception. This makes it difficult to use in our APIs since calls will just hang if bad config is provided.
If it was possible to expose the auth error and stop the timer that would be great. Maybe a new config value for max number of retries as well.