Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't shutdown the gRPC server the minute a signal is received. (#99)
gRPC behaviour should be the same as HTTP: Run() exits when a signal is received, and Stop() stops the handling of requests. And as we no longer call GracefulShutdown in Run, call it in Stop - one should always try to shutdown gracefully. Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
- Loading branch information