ing
This commit is contained in:
parent
3fb41cf0b3
commit
8411acee46
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"network": "tcp4",
|
"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)
|
tempProbeKey := string(bTempProbeKey)
|
||||||
|
|
||||||
grpcCTX := context.Background()
|
grpcCTX := context.Background()
|
||||||
_, err := grpc.Exec(grpcCTX, "NoAuthProbeService.readByTempKey", tempProbeKey)
|
_, err := grpc.Exec(grpcCTX, "NoAuthProbeService.readByTempProbeKey", tempProbeKey)
|
||||||
|
|
||||||
if nil != err {
|
if nil != err {
|
||||||
return nil, fmt.Errorf("grpc result error: %s", err.Error())
|
return nil, fmt.Errorf("grpc result error: %s", err.Error())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user