提交 f7b3b9f3 编写于 作者: H heyanlong

Merge remote-tracking branch 'origin/master'

......@@ -230,10 +230,12 @@ func heartbeat() {
func main() {
args := os.Args
// connection to sky server
log.Println("hello")
var err error
grpcConn, err = grpc.Dial("172.16.68.37:11800", grpc.WithInsecure())
grpcConn, err = grpc.Dial(args[1], grpc.WithInsecure())
if err != nil {
log.Fatal(err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册