feat:(1.3.0-beta1): 发布1.3.0-beta1-jdk8

This commit is contained in:
dhb52 2025-01-01 17:09:42 +08:00
parent 0da304af58
commit 2ce1037b83

View File

@ -73,7 +73,7 @@ public class GrpcClientInvokeHandler<R extends Result<Object>> implements Invoca
}
if (async) {
Futures.addCallback(future, new FutureCallback<>() {
Futures.addCallback(future, new FutureCallback<GrpcResult>() {
@Override
public void onSuccess(final GrpcResult result) {