-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore gRPC limitation for protobuf data size to the default (4MB) #86
Comments
For multi-language Wechaty, please upgrade your gRPC service by replacing the old @wechaty/python @wechaty/go @wechaty/java @wechaty/php @wechaty/scala @wechaty/dotnet Resources
|
Update (Oct, 2021)We are deciding to use See: |
We have increased the gRPC data size for protobuf from 4MB to 100MB by #41, which introduced the event loop blocking problem described by #80, then we solved this problem by adding the stream support to our gRPC service by wechaty/grpc#96.
So we will restore the default size to our gRPC service to keep our service robust.
CC: @su-chang
The text was updated successfully, but these errors were encountered: