diff --git a/projects/landing-page/src/App.tsx b/projects/landing-page/src/App.tsx index 1adaf4d22..a65a1f65b 100644 --- a/projects/landing-page/src/App.tsx +++ b/projects/landing-page/src/App.tsx @@ -369,6 +369,41 @@ const App: React.FunctionComponent = () => { +
+ + Brave browser WebSocket issue + + + As of Brave v1.36, extensions and web pages are limited to + a maximum of 10 active WebSocket connections (more details + concerning this change can be found at the + + {" "} + respective repository{" "} + + of Brave browser). + + + If an issue is identified concerning WebSockets, this setting can + be disabled following the next steps: +
    +
  1. + Visit the brave settings (paste{" "} + brave://flags/#restrict-websockets-pool in a new tab); +
  2. +
  3. + Locate the setting: Restrict WebSockets pool; +
  4. +
  5. Switch the setting to `Disabled`;
  6. +
  7. Relaunch the browser.
  8. +
+
+
+
{/* TODO: Playground */} @@ -408,6 +443,9 @@ const App: React.FunctionComponent = () => { API Documentation Browser Extension Projects + + Brave browser WebSocket issue +