ing
This commit is contained in:
parent
3fb41cf0b3
commit
8411acee46
|
@ -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…
Reference in New Issue
Block a user