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
Without this, the function call will never actually run. I'm not sure if
this was working anyways because of some obscure implementation detail
in grpcio, but in normal python a not awaited async function should
never actually run.
Besides this, for sure errors can't be really caught without the await
either.
This was detected while migrating to betterproto, as betterproto has
correct type hints.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments