ripple / explorer

Open Source XRP Ledger Explorer

Home Page:https://livenet.xrpl.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintain one set of websocket connections across tabs

ckniffen opened this issue · comments

To reduce the likelihood of hitting rate limits on nodes we should share connections across all open tabs.

Investigate using inter-tab communication systems such as Broadcast Channels, WebWorkers, and LocalStorage.

This might make sense to be its own library that is capable of handling xrpl.js and xrpl-client