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

Add ability to run multiple programs within the same application instance. #11

Open
Mysticial opened this issue May 31, 2021 · 1 comment

Comments

@Mysticial
Copy link
Collaborator

Right now if you want to run multiple program instances, you need to run multiple instances of the application. And because they share the same config files, you need to rename the binaries.

How difficult is it to add support for multiple program instances? In the past, this was a bad idea because the program was unstable and a single crash on any of the programs would take down everything. But this isn't the case anymore as the program has stabilized.

This will involve significant UI work as well as elimination of the implicit global serial instance.

@Mysticial
Copy link
Collaborator Author

Global serial instance is gone.
"Switch Program tracker" was made for Discord integration. But it supports multiple instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant