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

fix: listenerAttached should be set to true #613

Merged
merged 2 commits into from
Nov 29, 2017
Merged

Conversation

jinwoo
Copy link
Contributor

@jinwoo jinwoo commented Nov 29, 2017

Otherwise, multiple listeners are attached when the client code attaches multiple data listeners.

also in test-trace-http.ts, close the server only after all the test
cases are done.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 29, 2017
@jinwoo jinwoo requested a review from kjin November 29, 2017 01:36
Copy link
Contributor

@kjin kjin left a comment

Choose a reason for hiding this comment

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

LGTM once CI is fixed.

@@ -45,6 +45,9 @@ describe('test-trace-http', function() {

afterEach(function() {
common.cleanTraces();
});

after(function() {

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@jinwoo jinwoo merged commit 38d4673 into googleapis:master Nov 29, 2017
@jinwoo jinwoo deleted the fix branch November 29, 2017 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants