Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check for errors while waiting for channel state #33

Merged
merged 1 commit into from
Jan 19, 2021
Merged

Conversation

tanmaykm
Copy link
Member

Check if the channel goes into error state while we are waiting for it to reach a certain running state.
Otherwise wait will block for ever (default) or until the timeout value specified.
With this change the wait method exits immediately if channel goes into error, returning false.

fixes: #18

Check if the channel goes into error state while we are waiting for it to reach a certain running state.
Otherwise wait will block for ever (default) or until the timeout value specified.
With this change the wait method exits immediately if channel goes into error, returning `false`.

fixes: #18
@tanmaykm tanmaykm merged commit 203098c into master Jan 19, 2021
@delete-merged-branch delete-merged-branch bot deleted the tan/misc branch January 19, 2021 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stuck when trying to connect
1 participant