Skip to content

Replace VmService with VmServiceWrapper #57

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 8 commits into from
Dec 17, 2018

Conversation

kenzieschmoll
Copy link
Member

No description provided.

}

@override
Future<Success> streamListen(String streamId) {
Copy link
Contributor

Choose a reason for hiding this comment

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

add a comment explaining why we intentionally tweaked this method.

Copy link
Member Author

@kenzieschmoll kenzieschmoll Dec 17, 2018

Choose a reason for hiding this comment

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

Added
"We tweaked this method so that we do not try to listen to the same stream. This was causing an issue with the test environment and this change should not affect the run environment."

Sg?

Copy link
Contributor

Choose a reason for hiding this comment

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

Here's some advice from the flutter team on how to write good comments. We can be a little more lax as fewer people will be reading our comments but in general, this is great advice on how to comment code.
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#documentation-dartdocs-javadocs-etc

Copy link
Contributor

@jacob314 jacob314 left a comment

Choose a reason for hiding this comment

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

Looks good. One actual logic bug and some style nits.

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.

2 participants