1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-09 13:36:57 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
app.go
View File

@ -121,6 +121,7 @@ retry:
}
}
a.instance = buildInstance(a.opts)
time.Sleep(time.Second)
return nil
}