Merge branch 'master' into kd-live

This commit is contained in:
2023-06-29 12:24:22 +09:00

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 {