grpcurl
grpcurl copied to clipboard
Does grpcurl support reused connections?
Does grpcurl support multiplexing connections? I found that it does not work when executing multiple connections.
A grpcurl process creates a connection, issues an RPC, and then terminates (which means it must close the connection). It doesn't have a way to issue multiple RPCs from a single process, so I'm not sure how there could be a connection available to re-use.