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
This modification works in grpc version with aio support only. I have no idea about how to generate stub works in situation where some hint types may not be available. Other choice is introduce a flag to generate feature specified stub.
The text was updated successfully, but these errors were encountered:
any plan to introduce aio support?
I have modify servel line to deal with aio.Server typing in add_XXXServicer_to_server stub to workround in my project.
see fork
the code snippet used in my project is something like this:
This modification works in grpc version with aio support only. I have no idea about how to generate stub works in situation where some hint types may not be available. Other choice is introduce a flag to generate feature specified stub.
The text was updated successfully, but these errors were encountered: