[TIMOB-23409] Android: onsendstream progress is wrong
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-02-13T16:02:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.1.0 |
Components | Android |
Labels | n/a |
Reporter | Ricardo Ramirez |
Assignee | Gary Mathews |
Created | 2016-05-19T02:20:57.000+0000 |
Updated | 2017-02-13T21:46:20.000+0000 |
Description
This is a continuation of TIMOB-20483.
The fix in that ticket will indeed fix the issue the bug but there is an underlying issue that needs investigating. The miscalculation of totalLength might be the root issue and this needs to be checked out.
The final PR in TIMOB-20483 (https://github.com/appcelerator/titanium_mobile/pull/8522/files) fixes the length calculation.