1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

app: fix app ready (#961)

* fix app ready
This commit is contained in:
Tony Chen
2021-05-27 22:16:43 +08:00
committed by GitHub
parent b32e7d6e70
commit 9b31e6293b
+1
View File
@@ -121,6 +121,7 @@ retry:
}
}
a.instance = buildInstance(a.opts)
time.Sleep(time.Second)
return nil
}