Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle exceptions while updating credentials better (#199)
Runtime exceptions while updating credentials will no longer kill the credential update thread. Interrupted exceptions can be thrown while a thread pool/executor is being shutdown. This now handles that case without a message. Mitigates/Fixes #49
- Loading branch information