Skip to content

Conversation

@sreecharan-desu
Copy link

Fixes #17370. Devices sharing the same name were incorrectly being merged in the 'Connected Services' list because they were grouped solely by name. This PR changes the grouping logic to use 'deviceId' as the primary key (falling back to 'name' for non-sync clients), ensuring that distinct devices with the same name are correctly shown as separate entries. It also updates the 'disconnect all' logic to correctly handle multiple sessions for the same physical device.

@sreecharan-desu sreecharan-desu requested a review from a team as a code owner January 23, 2026 17:46
@sreecharan-desu sreecharan-desu force-pushed the fix/connected-services-duplicate-names-17370 branch from 2bd418b to 85bb36b Compare January 23, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Devices sharing same name are displayed as a single device on connected services

1 participant