Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 770 Bytes

L75-core-remove-grpc-channel-ping.md

File metadata and controls

37 lines (22 loc) · 770 Bytes

Remove grpc_channel_ping from Core Surface API

Abstract

Remove grpc_channel_ping from the core surface API.

Background

grpc_channel_ping allows for the application to send a ping over the channel.

Related Proposals:

N/A

Proposal

Remove grpc_channel_ping from the core surface API.

Rationale

grpc_channel_ping is not used outside of tests, so there is no reason for it to be a part of the surface API.

Implementation

Core: grpc/grpc#23894

Open issues (if applicable)

N/A