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
Copy file name to clipboardExpand all lines: lazer/sdk/js/examples/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ console.debug = () => {};
6
6
constclient=newPythLazerClient(
7
7
["wss://pyth-lazer.dourolabs.app/v1/stream"],
8
8
"access_token",
9
-
3,// Optionally specify number of parallel redundant connections to reduce the chance of dropped messages. Default is 3.
9
+
3,// Optionally specify number of parallel redundant connections to reduce the chance of dropped messages. The connections will round-robin across the provided URLs. Default is 3.
10
10
console// Optionally log socket operations (to the console in this case.)
0 commit comments