IncPlusPlus / titanfall2-rp

Titanfall 2 Discord Rich Presence
MIT License
8 stars 2 forks source link

Ensure only one instance can run at a time #152

Closed IncPlusPlus closed 2 years ago

IncPlusPlus commented 2 years ago

A mutex is created as early as possible during the program's startup. This is released upon closing (it is also abandoned if the process is killed), allowing a new instance to take its place if desired.