Open osechet opened 1 year ago
i've hit the same problem. works fine in CompileDaemon (simpler tool which may not cover the same use cases as Air)
as if the air process was closed before it reached that line.
@osechet I believe this part of your comment is correct, based on reviewing the same source you pointed to.
If anyone is looking for a short-term workaround, you can crash air
by sending it a SIGTERM
with Ctrl
+ \
Hi! I'm trying to use the
send_interrupt
option on Linux but cannot make it work. Here is my config file:When running in debug mode, here are the logs I get after pressing Ctrl+C:
I'm expecting a log from my server saying it's gracefully stopping (working fine without air) that never appears.
I checked the code of engine.go. It looks like I should also get a "cmd killed, pid: %d" log. But it isn't the case, as if the air process was closed before it reached that line.
Is there something wrong with my config file?