The switch currently broadcasts RPC data to all discovered IPC sockets, sending Rich Presence data to every running Discord client. Introducing a system that maps RPC clients (by client_id) to specific IPC sockets would enable selective distribution of presence updates.
The switch currently broadcasts RPC data to all discovered IPC sockets, sending Rich Presence data to every running Discord client. Introducing a system that maps RPC clients (by
client_id) to specific IPC sockets would enable selective distribution of presence updates.