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
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?
The text was updated successfully, but these errors were encountered:
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 withRetrofit2Client
, there's no way for us to enforce the size and prevent the result from omm-ing our server.Any suggestion?
The text was updated successfully, but these errors were encountered: