Do we know if streaming still work with the default converters?
We have a workflow which we want to check the size of ResponseBody before loading it all in memory. We are currently doing to in a response converter (not using conjure retrofit2 client). Since we cant register it with Retrofit2Client, there's no way for us to enforce the size and prevent the result from omm-ing our server.
Any suggestion?