Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Fixed retry handling for endpoint watcher. #144

Merged
merged 1 commit into from
Nov 29, 2018
Merged

Fixed retry handling for endpoint watcher. #144

merged 1 commit into from
Nov 29, 2018

Conversation

bwplotka
Copy link
Contributor

Signed-off-by: Bartek Plotka bartek@improbable.io

select {
case <-firstUpdateCh:
case <-time.After(100 * time.Millisecond):
case <-time.After(300 * time.Millisecond):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this change is necessary, this should probably be a flag.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup

Signed-off-by: Bartek Plotka <bartek@improbable.io>
@bwplotka
Copy link
Contributor Author

PTAL @stefan-improbable

@bwplotka bwplotka merged commit 18e6288 into master Nov 29, 2018
@apuchitnis apuchitnis deleted the watcher-fix branch November 29, 2018 15:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants