Skip to content

Commit

Permalink
link issue for todo
Browse files Browse the repository at this point in the history
  • Loading branch information
purnesh42H committed Nov 21, 2024
1 parent d8a5420 commit 86a241c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/xdsclient/tests/lds_watchers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type listenerWatcherMultiple struct {
}

// TODO: delete this once `newListenerWatcher` is modified to handle multiple
// updates.
// updates (https://github.com/grpc/grpc-go/issues/7864).
func newListenerWatcherMultiple(size int) *listenerWatcherMultiple {
return &listenerWatcherMultiple{updateCh: testutils.NewChannelWithSize(size)}
}
Expand Down

0 comments on commit 86a241c

Please sign in to comment.