You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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 gRPC devs,
Can you confirm that the C++ grpc::ServerInterface::Shutdown() method will shut down the server and cancel all pending requests when being called?
Thanks,
Hung
Mark D. Roth
unread,
Dec 12, 2023, 4:36:11 PM12/12/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
The behavior is documented in our API reference. It does cancel all pending RPCs. Note that applications using the CQ-based async API are responsible for noting that the calls have been cancelled and stopping their processing before destroying the CQs.