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
The server grpc "MaxRecvMsgSize" iuses the default value of 4M and is not rewritten, but the client sdk grpc "MaxSendMsgSize" is rewritten to 128M. What is the reason for this?
The server grpc "MaxRecvMsgSize" iuses the default value of 4M and is not rewritten, but the client sdk grpc "MaxSendMsgSize" is rewritten to 128M. What is the reason for this?
server:
client:
The text was updated successfully, but these errors were encountered: