Merge branch 'master' into feat/nv18-fevm

This commit is contained in:
Aayush
2022-12-16 11:52:41 -05:00
8 changed files with 23 additions and 10 deletions
+1
View File
@@ -51,6 +51,7 @@ func MonitorShutdown(triggerCh <-chan struct{}, handlers ...ShutdownHandler) <-c
close(out)
}()
signal.Reset(syscall.SIGTERM, syscall.SIGINT)
signal.Notify(sigCh, syscall.SIGTERM, syscall.SIGINT)
return out
}