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
currently Doga uses threading for running some timers and GUI app instance, so in current version it don't stop entire application by just Ctrl+C, you need to use Ctrl+Z. Because here Ctrl+C only stops application part running without threading.
So this can be improved by shifting to subprocess or similar.
The text was updated successfully, but these errors were encountered:
currently
Doga
usesthreading
for running some timers and GUI app instance, so in current version it don't stop entire application by justCtrl+C
, you need to useCtrl+Z
. Because hereCtrl+C
only stops application part running withoutthreading
.So this can be improved by shifting to
subprocess
or similar.The text was updated successfully, but these errors were encountered: