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