Skip to content

Removed tabConnection from ChromeProxyService. #504

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

Merged
merged 2 commits into from
Jul 22, 2019

Conversation

pisimulation
Copy link

No description provided.

@grouma grouma self-requested a review July 19, 2019 01:45
@grouma grouma merged commit 61e6c5b into dart-lang:master Jul 22, 2019
@@ -17,7 +17,8 @@ class DebugConnection {
final _onDoneCompleter = Completer();

DebugConnection(this._appDebugServices) {
_appDebugServices.chromeProxyService.tabConnection.onClose.first.then((_) {
_appDebugServices.chromeProxyService.wipDebugger.connection.onClose.first
.then((_) {
Copy link
Member

Choose a reason for hiding this comment

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

[optional] consider using whenComplete

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