[Documentation] fix asyncio Server and Channel stop() method documentation (#35946)
The stop/cancel methods actually wait if a grace period is specified, and do not "return immediately": *pull/36227/head5227db884d/src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi (L1060-L1063)
*5227db884d/src/python/grpcio/grpc/aio/_channel.py (L444)
*5227db884d/src/python/grpcio/grpc/_server.py (L1253)
Closes #35946 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35946 from Tasssadar:fix_grpc_stop_docs1bafaa1eeb
PiperOrigin-RevId: 621230612
parent
4bea12353c
commit
d9badb171a
4 changed files with 20 additions and 16 deletions
Loading…
Reference in new issue