Skip to content

Commit

Permalink
fix:start (#2389)
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu authored Jul 3, 2024
1 parent 644eaf9 commit f231ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/common/startrpc/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ func Start[T any](ctx context.Context, discovery *config2.Discovery, prometheusC
}
return nil
case <-netDone:
close(netDone)
return netErr
}
}
Expand Down

0 comments on commit f231ea1

Please sign in to comment.