android icon indicating copy to clipboard operation
android copied to clipboard

Make ServerConnectionStateProviderImpl more efficient

Open TimoPtr opened this issue 2 months ago • 0 comments

Description

Today each time we subscribe to the urlFlow it does subscribe to multiple sources. This sources are always the same for a given server or for network for all servers.

We could make sure that if urlFlow is invoked from multiple places we share the same sources to avoid registering multiple times.

Additional context

No response

TimoPtr avatar Dec 10 '25 12:12 TimoPtr