gracefulstop 말고 바로 stop

This commit is contained in:
2023-06-29 12:24:13 +09:00
parent 02db65e06f
commit 45ab15d345

View File

@ -203,7 +203,7 @@ func (hs *houstonServer) Start() error {
}
func (hs *houstonServer) Stop() {
hs.rpcServer.GracefulStop()
hs.rpcServer.Stop()
}
func (hs *houstonServer) Operation() Operation {