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
The gRPC client is a singleton and its internal state
can be corrupted when used concurrently from multiple
async contexts. Reconnecting ensures that the client
is in a clean state for each test.
Signed-off-by: Daniel Zullo <[email protected]>
0 commit comments