GRPCInProcessTransportThis module contains an in-process transport.
The in-process transport allows you to run a gRPC client and server within the same process without using a networking stack. This is great for testing but is also suitable for production use cases.
InProcessTransportInProcessTransport/ClientInProcessTransport/Server