Rok Oblak
09/25/2024, 7:39 AMforEachPart
getting stuck.
Specifically, my client sends 2 parts (metadata + the file itself)
And the foreach look receives both, but it then gets stuck on the non-existing next part and doesn't break.
If I just replace this loop with two calls to readPart()
, then both parts are read fine and I get the entire payload.
It does not happen for smaller file sizes.
Possible related issue: https://kotlinlang.slack.com/archives/C0A974TJ9/p1726667475676989Aleksei Tirman [JB]
09/25/2024, 7:40 AMRok Oblak
09/25/2024, 7:44 AMAleksei Tirman [JB]
09/25/2024, 7:45 AMRok Oblak
09/25/2024, 11:30 AM