ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

Make sure there is only 1 runtime active #228

Open ewerybody opened 3 years ago

ewerybody commented 3 years ago

Expected Behavior

Reloading, starting up, anything really should never cause 2 instances of the a2 runtime being live.

Current Behavior

Alsmost savely changing HotStrings causes 2 runtimes to be running.

Possible Solution

The a2 starter script should care about reloads and that a new loaded instance is the only remaining one.