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

Force single instance only in release #204

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

coenm
Copy link
Owner

@coenm coenm commented Oct 13, 2024

This PR fixes #200 by adding a compiler switch for running in Debug. When running in Debug, the mutex is not validated and therefore, RepoM will keep running also when there is an other instance of RepoM already running.

@coenm coenm added the enhancement 🚀 Enhancements label Oct 13, 2024
Copy link

sonarcloud bot commented Oct 13, 2024

@coenm coenm merged commit aaaefdf into main Oct 13, 2024
4 checks passed
@coenm coenm deleted the feature/single-instance-only-in-release branch October 13, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 Enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot debug while RepoM is on
1 participant