You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
When creating VaultHttpClient in multi threaded environment a System.InvalidOperationException is thrown.
Please Refer to the attached exception log.
Steps to reproduce:
Initialize VaultHttpClient in parallel using several threads.
Solution:
Initialize the VaultHttpClient* in a static block:
VaultHttpClient.Exception.log