Leverage async credentials for async gRPC transport #2223
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
We're currently using synchronous credentials to create a channel for async gRPC transport. In fact, the
create_channel
function is also synchronous. Investigate if the function and the credentials passed in need to be asynchronous.The text was updated successfully, but these errors were encountered: