Antoine Pitrou
unread,Feb 27, 2019, 7:55:05 AM2/27/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grp...@googlegroups.com
Hello,
If I call the Shutdown() method on a grpc::Server instance, is it
possible to start serving again without creating a new Server?
It seems that the Wait() method will return immediately if I call it
again.
Use case: I have a signal handler that will shutdown the server.
Then, when Wait() returns, I run any Python signal handlers and would
like to restart if they didn't raise an exception.
Regards
Antoine.