Open Bevr2020 opened 3 years ago
Try to construct reply
instance by following codes
ValuedResponse reply = ValuedResponse.newBuilder()
.setBoolResult(true)
.setType(ValuedResponse.ResponsedType.STOP_AND_RETURN)
.build();
int v4.3.0 after setting allow_anonymous = false, let java grpc OnClientAuthenticate return true to EMQ X System, but still cannot build tcp links to emqx, why?