-
Notifications
You must be signed in to change notification settings - Fork 24
util: fix util for changes to channel-credentials.ts in grpc-js
#212
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
Conversation
|
I'll have a look at this soon - I do want to get this fixed. I don't fully understand how composition of these |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments - otherwise this looks good to me. Thanks for putting this through!
|
|
||
| _createSecureConnector( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| _createSecureConnector( | |
| // NOTE: this is copied from the InsecureChannelCredentialsImpl class | |
| _createSecureConnector( |
dce5869 to
132569f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
885b998 to
052d161
Compare
|
updates the imports |
Related #206
Implemented basic
_createSecureConnectorand madecallCredsprivate to fix broken stuff (this PR), tested locally, also updates example