Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for complete current app shutdown before starting a new build run #669

Open
istyf opened this issue Nov 1, 2024 · 0 comments · May be fixed by #670
Open

Wait for complete current app shutdown before starting a new build run #669

istyf opened this issue Nov 1, 2024 · 0 comments · May be fixed by #670

Comments

@istyf
Copy link

istyf commented Nov 1, 2024

When air is used with applications that take some time to shut down, it can become quite frequent to see problems with file access, port availability and even lockups that require ctrl-c or worse to get out of. There has been a few releases with fixes in this area, but the problems sadly persist and have a negative impact on development flow.

Air should make sure that the currently running application has been able to perform any required cleanup, and has been completely shutdown, before kicking off a new build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant