Issue #, if available:
The current use of HttpClient can lead to a thread leak.
Description of changes:
As per the recommendations of this documentation this change reuses a single instance of HttpClient. Which resolves the thread leak.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: The current use of HttpClient can lead to a thread leak.
Description of changes: As per the recommendations of this documentation this change reuses a single instance of HttpClient. Which resolves the thread leak.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.