mirror of https://github.com/grpc/grpc.git
In _server.py start_server_batch_result is removed because start_server_batch can only ever fail as a result of a programming defect in gRPC Python and not the application. This differs from some analogous-appearing points in _channel.py where the result of start_client_batch is checked because at those points it is possible for a failure to indicate a programming defect on the part of the application.pull/9866/head
parent
7983213fd2
commit
e151a21ee4
4 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue