You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semaphore broke for me and though another instance of the app was already running, when it wasn't - the process loop that raises a window later on only found 1 process, the current one.
@brianpos maybe you had a reason not to use the list of processes to begin with to check for another instance? What was it?
The text was updated successfully, but these errors were encountered:
The semaphore broke for me and though another instance of the app was already running, when it wasn't - the process loop that raises a window later on only found 1 process, the current one.
@brianpos maybe you had a reason not to use the list of processes to begin with to check for another instance? What was it?
The text was updated successfully, but these errors were encountered: