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
fix: Backend-Prozessbaum per taskkill /T beenden (PyInstaller --onefile)
PyInstaller --onefile startet auf Windows einen Bootloader-Prozess der
einen Python-Child-Prozess spawnt. child.kill() beendet nur den Parent;
taskkill /F /T /PID killt den gesamten Prozessbaum inkl. uvicorn.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
{typ: 'fix',text: 'Backend-Sidecar wird beim App-Schließen (X-Button) und beim Update zuverlässig beendet – onCloseRequested fängt den Exit ab und ruft kill_backend direkt auf'},
29
+
{typ: 'fix',text: 'Backend-Sidecar wird beim App-Schließen zuverlässig beendet – PyInstaller --onefile startet auf Windows zwei Prozesse; taskkill /T beendet jetzt den gesamten Prozessbaum'},
0 commit comments