We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d82548 + 1732762 commit 5b85a60Copy full SHA for 5b85a60
pkg/sdc/schemaserver/client/client.go
@@ -113,7 +113,7 @@ func (r *client) Start(ctx context.Context) error {
113
}
114
if !conn.WaitForStateChange(dialCtx, s) {
115
// context expired or canceled
116
- if err := r.conn.Close(); err != nil {
+ if err := conn.Close(); err != nil {
117
log.Error("close error", "err", err)
118
119
return fmt.Errorf("gRPC connect timeout; last state: %s", s.String())
0 commit comments