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 Apr 22, 2023. It is now read-only.
Is there a technical reason why this function cannot be asynchronous? Seems very unusual for a node function to be synchronous/blocking. We have a real need to be able to load credentials on demand, and the current blocking nature makes this very difficult.
Is there a technical reason why this function cannot be asynchronous? Seems very unusual for a node function to be synchronous/blocking. We have a real need to be able to load credentials on demand, and the current blocking nature makes this very difficult.
Any ideas?