[TIMOB-17445] TiAPI: HttpClient abort not consistent across platforms
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | android, ios, parity |
Reporter | Dan Tamas |
Assignee | Unknown |
Created | 2014-08-01T18:48:15.000+0000 |
Updated | 2018-02-28T20:04:22.000+0000 |
Description
Calling abort on the httpClient behaves different on android vs ios
* iOS: the client simply stops, there is no event triggered (it should trigger a **onreadystatechange** as [~cbarber] said)
* Android: the client stops after a while, the ondatastream event still triggers a few more times and then the **onsuccess** event is triggered.
No comments