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.
2 parents 5a883c4 + 29255d3 commit b0e3cc4Copy full SHA for b0e3cc4
reconnecting-websocket.js
@@ -109,6 +109,7 @@
109
/** The maximum time in milliseconds to wait for a connection to succeed before closing and retrying. */
110
timeoutInterval: 2000
111
}
112
+ if (!options) { options = {}; }
113
114
// Overwrite and define settings with options if they exist.
115
for (var key in settings) {
0 commit comments