amzn / smoke-aws-credentials

A library to obtain and assume automatically rotating AWS IAM roles written in the Swift programming language.
Apache License 2.0
19 stars 14 forks source link

Fix for issue where spawnNewThreads option #5

Closed tachyonics closed 5 years ago

tachyonics commented 5 years ago

Issue #, if available:

Description of changes: Fix for issue where spawnNewThreads option was closing the event loop group before it was being used. This would deadlock the application as it was waiting for a request on a closed event loop.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.