-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make grpc server recover from panics caused by requests (#453)
If a request causes a panic, currently the server just exits. This is not a pleasant way to find out about bugs that cause panics. Now we just return an error to the client and log the panic so it can be investigated.
- Loading branch information
1 parent
05db67f
commit 0cd4e26
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters