Skip to content

Fix protogen of aio services

Zehao Chen requested to merge zchen723/fix-aio-gen into master

This simple MR fixes the protogen for aio GRPC services.

The methods of aio GRPC services should have Corotine return types or be marked asasync.

Merge request reports