Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to allow it to show/hook on multiple discord instances? #249

Open
degu-Tanya opened this issue Sep 21, 2024 · 1 comment
Open

Comments

@degu-Tanya
Copy link

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.

@ungive
Copy link

ungive commented Oct 18, 2024

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? 😄

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

No branches or pull requests

2 participants