Skip to content

Commit ce8072c

Browse files
committed
update: initiate grpc connection for watcher
1 parent 63c1800 commit ce8072c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

discovery/watcher.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ func NewWatcher(ctx context.Context, config Config, log hclog.Logger) (*Watcher,
164164
if err != nil {
165165
return nil, err
166166
}
167+
168+
conn.Connect()
169+
167170
w.conn = conn
168171

169172
return w, nil

0 commit comments

Comments
 (0)