ing
This commit is contained in:
parent
3fb41cf0b3
commit
8411acee46
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"redis": {
|
||||
"network": "tcp4",
|
||||
"address": "192.168.1.50:6379"
|
||||
"address": "192.168.1.50:6379"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -111,7 +111,7 @@ func (s *AuthServlets) Handshake(servletCtx server.ServletCtx, ctx *fasthttp.Req
|
|||
tempProbeKey := string(bTempProbeKey)
|
||||
|
||||
grpcCTX := context.Background()
|
||||
_, err := grpc.Exec(grpcCTX, "NoAuthProbeService.readByTempKey", tempProbeKey)
|
||||
_, err := grpc.Exec(grpcCTX, "NoAuthProbeService.readByTempProbeKey", tempProbeKey)
|
||||
|
||||
if nil != err {
|
||||
return nil, fmt.Errorf("grpc result error: %s", err.Error())
|
||||
|
|
Loading…
Reference in New Issue
Block a user