Skip to content

Conversation

@kevmoo
Copy link
Member

@kevmoo kevmoo commented Dec 28, 2018

No description provided.

// See SDK issue: https://github.com/dart-lang/sdk/issues/31264
for (var stream in _ioSubscriptions) {
stream.cancel();
unawaited( stream.cancel());
Copy link
Member

Choose a reason for hiding this comment

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

@grouma - intentionally unawaited?

think this has anything to do with our force kill on travis?

Copy link
Member

Choose a reason for hiding this comment

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

This logic was added after the force close fix so likely not. #672

Copy link
Member

@natebosch natebosch left a comment

Choose a reason for hiding this comment

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

Approving since this doesn't change behavior. Can you file an issue to have Gary or I look at those canceled stream subscriptions that aren't awaited?

@kevmoo kevmoo force-pushed the i943_fix_future_import branch from 94d627a to 73b0913 Compare December 28, 2018 21:26
@kevmoo
Copy link
Member Author

kevmoo commented Dec 28, 2018

Can you file an issue to have Gary or I look at those canceled stream subscriptions that aren't awaited?

Will do once this lands – so I can point to the code...

That's the nice thing about this lint, I think. Makes it easy to find/review all of the cases

@kevmoo kevmoo changed the base branch from i943_fix_future_import to master December 28, 2018 22:18
@kevmoo kevmoo merged commit 8a90f38 into master Dec 28, 2018
@kevmoo kevmoo deleted the fix_pedantic branch December 28, 2018 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants