[TIMOB-7975] Ti API: Ti.Stream.read/write error handling is inconsistent
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-07-10T22:35:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | parity, tbs-2.1.0 |
Reporter | Arthur Evans |
Assignee | Eric Merriman |
Created | 2012-03-13T11:39:48.000+0000 |
Updated | 2017-07-10T22:35:20.000+0000 |
Description
When reading from a stream that isn't readable, or writing to a stream that isn't writable, it appears that iOS throws an exception, while Android catches the exception and calls the callback with the error. We should handle this consistently.
Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.