mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 10:52:33 +08:00
fix: del the undifined func
This commit is contained in:
parent
77abadde37
commit
5a1c0aca3c
@ -120,7 +120,7 @@ func Start(config *config.GlobalConfig, port int, proPort int) error {
|
||||
defer cancel()
|
||||
select {
|
||||
case <-sigs:
|
||||
util.SIGUSR1Exit()
|
||||
util.SIGTERMExit()
|
||||
err := server.Shutdown(ctx)
|
||||
if err != nil {
|
||||
return errs.Wrap(err, "shutdown err")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user