We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if (config && config.tlsOptions) { var tlsOptions = config.tlsOptions; delete config.tlsOptions; extend(this.config, config); extend(this.config.tlsOptions, tlsOptions); }
The rest of the config should take effect even if no tlsOptions are specified, but it doesn't.
Using 1.0.14
Seems it was changed to be like this in 1.0.11
The text was updated successfully, but these errors were encountered:
Resolving issue #177 - Making sure to extend WebSocketClient config
7cd9911
even when there is no tlsOptions specified.
theturtle32
No branches or pull requests
The rest of the config should take effect even if no tlsOptions are specified, but it doesn't.
Using 1.0.14
Seems it was changed to be like this in 1.0.11
The text was updated successfully, but these errors were encountered: