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 trying to load multiple of the same artwork and the file is not uploaded yet, the file will be uploaded multiple times. This is because we create multiple of the same upload operation and they all execute.
We should probably implement the upload / delete operation to check if the file needs to be uploaded at the time it would run instead of the manager figuring out if the operation should be created at all.
Reproduction Steps
Create 99 SDLArtworks that are exactly the same
Attempt to upload all 99 in a loop
Expected Behavior
The one artwork should only be uploaded 1 time.
Observed Behavior
The one artwork will be uploaded 99 times, slowing down the head unit like crazy.
OS & Version Information
Android Version: n/a
SDL Android Version: 5.1.1
Testing Against: manticore
The text was updated successfully, but these errors were encountered:
Bug Report
When trying to load multiple of the same artwork and the file is not uploaded yet, the file will be uploaded multiple times. This is because we create multiple of the same upload operation and they all execute.
We should probably implement the upload / delete operation to check if the file needs to be uploaded at the time it would run instead of the manager figuring out if the operation should be created at all.
Reproduction Steps
Expected Behavior
The one artwork should only be uploaded 1 time.
Observed Behavior
The one artwork will be uploaded 99 times, slowing down the head unit like crazy.
OS & Version Information
The text was updated successfully, but these errors were encountered: