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

grpc-js: Different handling for errors when starting streams #1251

Merged

Conversation

murgatroid99
Copy link
Member

The first few lines of this change are just formatting fixes. The relevant parts are the tryPick changes. This fixes #1250 (see my comment in the issue linked from that issue).

Status.UNAVAILABLE,
'Failed to start call on picked subchannel'
);
/* An error here indicates thaat something when wrong with
Copy link
Member

Choose a reason for hiding this comment

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

"thaat"

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed it, plus two other errors in that comment.

Copy link
Member

@nicolasnoble nicolasnoble left a comment

Choose a reason for hiding this comment

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

Typo - otherwise LGTM

@murgatroid99
Copy link
Member Author

Windows Node 12 failure: js client -> js server.client should not wait for ready by default. Expected UNAVAILABLE, got DEADLINE_EXCEEDED.

Rerunning to check for consistency. This test does not use the server, so the server language should not matter, but the same test passed with js client -> native server.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting strange error regarding subchannels
3 participants