Description
Currently, the Substrate Telemetry Client can only connect to one chain at a time. This feature would extend the client to support subscribing to and receiving updates from multiple chains simultaneously.
Why is it needed
Users often need to monitor multiple networks (Polkadot, Kusama, etc.) at the same time. The current implementation requires creating separate client instances for each chain, which is inefficient and complicates application architecture.
Possible implementation
https://github.com/paritytech/substrate-telemetry/blob/master/frontend/src/Connection.ts
Description
Currently, the Substrate Telemetry Client can only connect to one chain at a time. This feature would extend the client to support subscribing to and receiving updates from multiple chains simultaneously.
Why is it needed
Users often need to monitor multiple networks (Polkadot, Kusama, etc.) at the same time. The current implementation requires creating separate client instances for each chain, which is inefficient and complicates application architecture.
Possible implementation
https://github.com/paritytech/substrate-telemetry/blob/master/frontend/src/Connection.ts