You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ var sub = client.subscribe(
40
40
41
41
Option | Default value | Description
42
42
------ | ------------- | -----------
43
-
url | ws://www.streamr.com/api/v1/ws | Address of the Streamr websocket endpoint to connect to.
43
+
url | wss://www.streamr.com/api/v1/ws | Address of the Streamr websocket endpoint to connect to.
44
44
authKey | null | Define default authKey to use when none is specified in the call to `client.subscribe`.
45
45
autoConnect | true | If set to `true`, the client connects automatically on the first call to `subscribe()`. Otherwise an explicit call to `connect()` is required.
46
46
autoDisconnect | true | If set to `true`, the client automatically disconnects when the last stream is unsubscribed. Otherwise the connection is left open and can be disconnected explicitly by calling `disconnect()`.
0 commit comments