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
Currently the CreateAttachment has a data field with static attachment data, therefore all attachments are fully loaded to memory before being sent, this causes huge memory use when dealing with a lot of files.
Perhaps there is a way to provide streams instead which would solve the issue.
The text was updated successfully, but these errors were encountered:
Currently the CreateAttachment has a data field with static attachment data, therefore all attachments are fully loaded to memory before being sent, this causes huge memory use when dealing with a lot of files.
Perhaps there is a way to provide streams instead which would solve the issue.
The text was updated successfully, but these errors were encountered: