Skip to content

Commit 3de4e04

Browse files
committed
Wording
1 parent f71190a commit 3de4e04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/shared/stores/operatorReachability.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ const useOperatorReachabilityStore = create<{
7171
* StreamrClient opens many WebSocket connections, often hitting
7272
* browser limits.
7373
*
74-
* Since browsers handle this differently, it's hard to tell if
75-
* a failure is due to node issues or connection limits.
74+
* Normally, we'd attempt a real WSS connection, but since browsers
75+
* handle limits differently, it's hard to tell whether a failure
76+
* is due to node issues or browser constraints.
7677
*
7778
* @todo Let’s revisit this once we have a more reliable method for
7879
* confirming node reachability.

0 commit comments

Comments
 (0)