This commit is contained in:
skiffer-git
2022-09-14 14:42:35 +08:00
parent 4aaa1a7afa
commit 72d0920458
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func main() {
flag.Parse()
var wg sync.WaitGroup
wg.Add(1)
fmt.Println("start rpc/msg_gateway server, port: ", *rpcPort, *wsPort, *prometheusPort)
fmt.Println("start rpc/msg_gateway server, port: ", *rpcPort, *wsPort, *prometheusPort, "\n")
gate.Init(*rpcPort, *wsPort)
gate.Run(*prometheusPort)
wg.Wait()