-
Notifications
You must be signed in to change notification settings - Fork 231
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
Does not properly kill the executable on rebuild in Windows #172
Comments
The configuration for my run command is nothing really special, it looks like
Is there an additional option i need to put here for like a prerun that will kill the process? |
Could it be related to this? golang/go#22381 |
Hi Cameron, probably is related to golang/go#22381 but i'll make some test to confirm that |
Thanks for the follow up @asoseil :) We worked around it by introducing a
But we're looking forward to getting rid of the hook hahah |
Any update? |
The issue still persists with the latest version. Any update on the this? |
Here is the solution, until it's merged to master use this on windows. |
On windows when realize detects that a file has been modified, it will correctly trigger a rebuild, but it is not guaranteed to kill the executable prior to the rebuild. If the executable has bound to network sockets, then this results in an error when the tool auto rebuilds:
Is there a work around available for this?
The text was updated successfully, but these errors were encountered: