gracefulstop 말고 바로 stop
This commit is contained in:
@ -203,7 +203,7 @@ func (hs *houstonServer) Start() error {
|
||||
}
|
||||
|
||||
func (hs *houstonServer) Stop() {
|
||||
hs.rpcServer.GracefulStop()
|
||||
hs.rpcServer.Stop()
|
||||
}
|
||||
|
||||
func (hs *houstonServer) Operation() Operation {
|
||||
|
||||
Reference in New Issue
Block a user