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
io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: grpc: received message larger than max (7100036 vs. 4194304)
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:268)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:249)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:167)
在使用grpc方式调用go-judge服务器的exec接口时,出现异常:
这似乎是由于创建grpc server时未指定消息大小导致的,添加配置后正常:
master...Hiworle:go-judge:master
我对golang不甚了解,有错误的地方还请指正。
The text was updated successfully, but these errors were encountered: