- Author(s): yashykt
- Approver: markdroth
- Status: Final
- Implemented in: Core grpc/grpc#23894
- Last updated: 2020-08-19
- Discussion at: https://groups.google.com/forum/#!topic/grpc-io/suC7gw_WOa4
Remove grpc_channel_ping
from the core surface API.
grpc_channel_ping
allows for the application to send a ping over the channel.
N/A
Remove grpc_channel_ping
from the core surface API.
grpc_channel_ping
is not used outside of tests, so there is no reason for it to be a part of the surface API.
Core: grpc/grpc#23894
N/A