This commit is contained in:
crusader 2018-04-27 12:42:57 +09:00
parent 3fb41cf0b3
commit 8411acee46
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
},
"redis": {
"network": "tcp4",
"address": "192.168.1.50:6379"
"address": "192.168.1.50:6379"
}
}
}

View File

@ -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())