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
When my Go program contains a net/http server and process is exited via Ctrl + C or q, the process apparently keeps hanging around, because when I restart the program, the port is still taken. Interestingly, this doesn't happen when the same program is ran without dispatch run.
The text was updated successfully, but these errors were encountered:
This would definitely be an issue upstream in the CLI.
@vadimdemedes@chicoxyzzy what version of the CLI are you using? Can you confirm that you're using a version that includes the fixes from dispatchrun/dispatch#75? I thought I fixed all the signal related issues but maybe not.
When my Go program contains a
net/http
server and process is exited via Ctrl + C orq
, the process apparently keeps hanging around, because when I restart the program, the port is still taken. Interestingly, this doesn't happen when the same program is ran withoutdispatch run
.The text was updated successfully, but these errors were encountered: