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

Endless cycle in a sample stream after cancellation due to timeout #33

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

SergeyGulik
Copy link

Without that extra !stop.Token.IsCancellationRequested condition my client stream was in an endless loop after cancellation due to timeout.
After adding above mentioned condition cycle was successfully ended and we got into a new "probe -> current -> sample" procedure.

…lient stream was in an endless loop after cancellation due to timeout.

After adding above mentioned condition the cycle was successfully ended and we got into a new "probe -> current -> sample" procedure.
@PatrickRitchie PatrickRitchie merged commit c076f3f into TrakHound:master Sep 14, 2022
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.

None yet

3 participants