GracefulClose starts to tear down the transport: the transport will stop accepting new RPCs and NewStream will return error. Once all streams are finished, the transport will close. It does not block.
()
| 621 | // |
| 622 | // It does not block. |
| 623 | GracefulClose() |
| 624 | |
| 625 | // NewStream creates a Stream for an RPC. |
| 626 | NewStream(ctx context.Context, callHdr *CallHdr, handler stats.Handler) (*ClientStream, error) |
no outgoing calls