bridge: signal readiness

This commit is contained in:
Leo 2020-08-17 12:25:16 +02:00
parent f9b3a6195f
commit bdf164a5b5
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,8 @@ func p2p(ctx context.Context) error {
}
}()
supervisor.Signal(ctx, supervisor.SignalHealthy)
for {
msg, err := sub.Next(ctx)
if err != nil {