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
When I try to send big files using the session, it crashes because the memory is collapsed. I saw that for sending files is necessary to load all content in byte[].
Is possible to change it by sending the file using InputStreamBody?
The text was updated successfully, but these errors were encountered:
When I try to send big files using the session, it crashes because the memory is collapsed. I saw that for sending files is necessary to load all content in byte[].
Is possible to change it by sending the file using InputStreamBody?
The text was updated successfully, but these errors were encountered: