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 f71190a commit 3de4e04Copy full SHA for 3de4e04
src/shared/stores/operatorReachability.ts
@@ -71,8 +71,9 @@ const useOperatorReachabilityStore = create<{
71
* StreamrClient opens many WebSocket connections, often hitting
72
* browser limits.
73
*
74
- * Since browsers handle this differently, it's hard to tell if
75
- * a failure is due to node issues or connection limits.
+ * Normally, we'd attempt a real WSS connection, but since browsers
+ * handle limits differently, it's hard to tell whether a failure
76
+ * is due to node issues or browser constraints.
77
78
* @todo Let’s revisit this once we have a more reliable method for
79
* confirming node reachability.
0 commit comments