As grpc can multiplex multiple channels over a single http/2 connection, is it possible to share a single grpc client between VUs? It appears that currently each VU gets its own client instance each with its own tcp connection.
1 post - 1 participant