当我遇到这个错误时,我能再试一次吗??接口不能保证幂等性.
Grpc"io.grpc.StatusRuntimeException:不可用: io异常;由对等方重置连接“;
发布于 2021-07-29 16:58:50
不能保证服务器没有看到RPC。您可以重试,但RPC可以执行两次。
https://stackoverflow.com/questions/68569770
相似问题