do not wait to stop

This commit is contained in:
Asim Aslam 2020-01-18 00:58:27 +00:00
parent fb3927fb8c
commit fd6eb23307

View File

@ -810,7 +810,7 @@ func (g *grpcServer) Start() error {
}
// stop the grpc server
g.srv.GracefulStop()
g.srv.Stop()
// close transport
ch <- nil