Adding a loop at the point where we're reading the buffer while making rpc requests.
Issue: Getting failed to fill whole buffer while making a POST request.
For linux we won't face this, but for mac, we do, as the file descriptors don't get immediately filled and usually, a time lag is observed for macos.
Adding a loop at the point where we're reading the buffer while making rpc requests.
Issue: Getting
failed to fill whole buffer
while making a POST request. For linux we won't face this, but for mac, we do, as the file descriptors don't get immediately filled and usually, a time lag is observed for macos.