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 e4f7964 commit b9eb1b4Copy full SHA for b9eb1b4
README.md
@@ -39,7 +39,7 @@ const policy = {
39
maxDelay: 60000
40
}
41
42
-const url 'wss://live.example.com'
+const url = 'wss://live.example.com'
43
const socket = new StableSocket(url , delegate, policy)
44
socket.open()
45
```
0 commit comments