Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 1083793002: Ensure multi channels aren't double-closed. (Closed)

Created:
5 years, 8 months ago by nweiz
Modified:
5 years, 8 months ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/test@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Ensure multi channels aren't double-closed. This could cause an ugly stack trace if a channel was closed at the wrong time. R=kevmoo@google.com Committed: https://github.com/dart-lang/test/commit/45f5d25dafa32fd2e2bc4c377601d161174b6983

Patch Set 1 #

Total comments: 2

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M lib/src/util/multi_channel.dart View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
5 years, 8 months ago (2015-04-13 21:20:20 UTC) #1
kevmoo
lgtm https://codereview.chromium.org/1083793002/diff/1/lib/src/util/multi_channel.dart File lib/src/util/multi_channel.dart (right): https://codereview.chromium.org/1083793002/diff/1/lib/src/util/multi_channel.dart#newcode97 lib/src/util/multi_channel.dart:97: var _closed = false; type this as bool
5 years, 8 months ago (2015-04-13 21:37:27 UTC) #2
nweiz
Code review changes
5 years, 8 months ago (2015-04-13 22:29:59 UTC) #3
nweiz
https://codereview.chromium.org/1083793002/diff/1/lib/src/util/multi_channel.dart File lib/src/util/multi_channel.dart (right): https://codereview.chromium.org/1083793002/diff/1/lib/src/util/multi_channel.dart#newcode97 lib/src/util/multi_channel.dart:97: var _closed = false; On 2015/04/13 21:37:27, kevmoo wrote: ...
5 years, 8 months ago (2015-04-13 22:30:13 UTC) #4
nweiz
5 years, 8 months ago (2015-04-13 22:30:31 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
45f5d25dafa32fd2e2bc4c377601d161174b6983 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698