We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969510e commit a4cf5f6Copy full SHA for a4cf5f6
lib/client.js
@@ -406,7 +406,7 @@ class RPCClient extends EventEmitter {
406
this._connectPromise = (async () => {
407
this._wsAbortController = new AbortController();
408
409
- const wsOpts = Object.assign({}, {
+ const wsOpts = Object.assign({
410
// defaults
411
noDelay: true,
412
signal: this._wsAbortController.signal,
0 commit comments