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
I am using async grpc like await stub.HelloWorld(Request), but I found that there isn't an async stub, then I found again that there actually has a pull request to fix this issue. However, the latest pypi package(v3.4.0) didn't contain that pr, moreover the latest version 3.4.0 on pypi is published last year.
So I followed the guide in README to install latest version from github repo, issue fixed. I think it is because author didn't release new version on pypi.
The text was updated successfully, but these errors were encountered:
I am using async grpc like
await stub.HelloWorld(Request)
, but I found that there isn't an async stub, then I found again that there actually has a pull request to fix this issue. However, the latest pypi package(v3.4.0) didn't contain that pr, moreover the latest version 3.4.0 on pypi is published last year.So I followed the guide in README to install latest version from github repo, issue fixed. I think it is because author didn't release new version on pypi.
The text was updated successfully, but these errors were encountered: