shinyorg / shiny

.NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)
https://shinylib.net
MIT License
1.46k stars 226 forks source link

[Bug]: Out of Memory For Android Background Upload #1532

Closed MILLION-DevOps closed 12 hours ago

MILLION-DevOps commented 1 day ago

Component/Nuget

Other

What operating system(s) are effected?

Version(s) of Operation Systems

Android 11 and later

Hosting Model

Steps To Reproduce

  1. Implement SHINY background upload to a MAUI based mobile app
  2. Try uploading from device library to the app
  3. File is larger than 300MB
  4. Shiny library initiate the upload (we are uploading media to azure services and we need Shiny just to keep hold of the background upload)
  5. Out of memory error logged
  6. Media being uploaded gets stuck on uploading

Expected Behavior

Shiny should allow a background upload of a large file without the Out of Memory issue. To note that the same thing is working properly on iOS side implementation.

Actual Behavior

Shiny library logs and Out Of Memory error

Exception or Log output

No response

Code Sample

No response

Code of Conduct

aritchie commented 1 day ago

You need to include a reproducible sample & the full stack trace if you want me to look into this

aritchie commented 12 hours ago

Sample & stack trace missing