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

Fixes bug with possible null task #301

Merged
merged 1 commit into from
Oct 10, 2019
Merged

Fixes bug with possible null task #301

merged 1 commit into from
Oct 10, 2019

Conversation

danielwertheim
Copy link
Contributor

This member is called from InternalDrain which in turn returns the
resulting task which e.g. is used in Task.WaitAll which will fail
if array of task contains a null element.

This member is called from InternalDrain which in turn returns the
resulting task which e.g. is used in Task.WaitAll which will fail
if array of task contains a null element.
@ColinSullivan1
Copy link
Member

LGTM. Thanks!

@ColinSullivan1 ColinSullivan1 merged commit fe9040d into nats-io:master Oct 10, 2019
@danielwertheim danielwertheim deleted the completed-tasks branch October 10, 2019 14:37
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.

3 participants