You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2019. It is now read-only.
This is a feature request, the parallec library works beautifully for making parallel requests and is blazing fast. However, It'd be really nice to enable a way to easily send grpc calls to a given list of (host, port) pairs. Its currently quite cumbersome for a developer making grpc requests to handle the threads and make the requests to the list of host, port pairs
Hi Team,
This is a feature request, the
paralleclibrary works beautifully for making parallel requests and is blazing fast. However, It'd be really nice to enable a way to easily sendgrpccalls to a given list of(host, port)pairs. Its currently quite cumbersome for a developer makinggrpcrequests to handle the threads and make the requests to the list ofhost, portpairs