Fix server push is intercepted by SetupRequestHandler problem.
This commit is contained in:
parent
40b46dba81
commit
3cfe5e82f2
@ -518,9 +518,10 @@ public abstract class GrpcClient extends RpcClient {
|
||||
SetupAckRequest setupAckRequest = (SetupAckRequest) request;
|
||||
// remove and count down
|
||||
recAbilityContext.release(setupAckRequest.getAbilityTable());
|
||||
}
|
||||
return new SetupAckResponse();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
private ManagedChannelBuilder buildChannel(String serverIp, int port, Optional<SslContext> sslContext) {
|
||||
|
Loading…
Reference in New Issue
Block a user