possible to allow it to show/hook on multiple discord instances?
Opened this issue · 1 comments
games show on both discord instances at the same time (normal and ptb) but discordbee plugin does only show on the first instance launched of discord.
Afaik games show in both instances because Discord monitors your processes and detects games by itself. With Discord RPC it's the other way round though, DiscordBee has to actively connect to Discord (via a local socket) and it only creates one such connection (like most if not all other RPCs). This could go even deeper where only one Discord instance is available via sockets and you simply can't connect to both. One would probably have to make some low-level changes to support connecting to multiple Discord instances, if it's at all possible.
Either way, why not simply stick with running one Discord instance? 😄