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
Looks like the only way to do that is to put the socket descriptor in the module scope, right? because there's no other way to get a variable into a signal handlers scope
C-c currently just calls
exit(1)
. This should be improved to cleanly close sockets, write to files and things.The text was updated successfully, but these errors were encountered: