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 64c858f + 962958a commit ff14755Copy full SHA for ff14755
src/Observer.js
@@ -6,7 +6,7 @@ export default class {
6
7
if (connectionUrl.startsWith('//')) {
8
const scheme = window.location.protocol === 'https:' ? 'wss' : 'ws'
9
- connectionUrl = `${scheme}://${connectionUrl}`
+ connectionUrl = `${scheme}:${connectionUrl}`
10
}
11
12
this.connectionUrl = connectionUrl
0 commit comments