[TIMOB-3886] Ti.Stream needs close() operation
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-03T16:24:29.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Release 1.7.0, Sprint 2011-18 |
Components | iOS |
Labels | streams |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-05-03T15:05:51.000+0000 |
Updated | 2017-03-03T17:20:14.000+0000 |
Description
Need to add close() to stream spec. close() is:
1. Blocking
2. Throws exception on error
3. Return type 'void'
... Check with Opie to see if we need isOpen(), other type of status, etc.
Fixed by 9640b10.
Closing ticket due to time passed and irrelevance of ticket.