wangxw666 opened a new issue #1337:
URL: https://github.com/apache/dubbo-go/issues/1337
```
ShutdownSignals = []os.Signal{
os.Interrupt, os.Kill, syscall.SIGKILL,
syscall.SIGHUP, syscall.SIGINT, syscall.SIGQUIT,
syscall.SIGILL, syscall.SIGTRAP,
syscall.SIGABRT, syscall.SIGTERM,
}
```
如果通过xshell终端,启动一个后台的进程。当关闭终端时会发送SIGHUP信号,导致dubbo-go执行了shutdown操作。这种场景是否合理?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]