App still running in background after closing the app #4181
-
I have created an .exe using PyInstaller, but when I close the application, it continues running in the background, and I have to end the task from the Task Manager. signal.sigaction(signal.SIGTERM, signal.SIG_IGN, handle_shutdown) |
Beta Was this translation helpful? Give feedback.
Answered by
07rohanraj
Jan 13, 2025
Replies: 1 comment 3 replies
-
Hi @07rohanraj, It looks like this is a duplicate of #2107 and/or #3931. Can you confirm that? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, my issue has been resolved. This is working for me now: