WoWs-Builder-Team/WoWs-ShipBuilder

Disallow multiple app instances

Opened this issue · 1 comments

At startup, we should check if there is an instance already running of the app, and shutdown if there is. This will avoid possible concurrency issue between two versions.

This can be implemented using a Mutex, please see ApplicationGuard.