Skip to content

Commit

Permalink
feat: ass
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 24, 2024
1 parent 049ea55 commit 8a2dbf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/runtime/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ func initRuntime(maxProc int) {
}

fmt.Println("Init kcl runtime ...")
time.Sleep(time.Duration(2000) * time.Millisecond)
rpcRuntime = NewRuntime(int(maxProc), "kclvm_cli", "server")
rpcRuntime.Start()

time.Sleep(time.Duration(2000) * time.Millisecond)

client := &BuiltinServiceClient{
Runtime: rpcRuntime,
}
Expand Down

0 comments on commit 8a2dbf2

Please sign in to comment.