[TIMOB-3607] Handle I/O errors correctly in sockets
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-11T17:58:15.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | Release 1.7.0, Sprint 2011-16 |
| Components | iOS |
| Labels | sockets |
| Reporter | Stephen Tramer |
| Assignee | Stephen Tramer |
| Created | 2011-04-18T10:15:28.000+0000 |
| Updated | 2011-05-11T17:58:15.000+0000 |
Description
Currently iOS sockets do not distinguish between socket errors and I/O errors. These are important since socket errors fire the 'error' callback, and I/O errors trigger callbacks for asynch operations. Both are expected the close the socket.
Fixed by 8a92721.
Tested with 1.7.0.879871b...(05/10/11 19:34) on iPod 3rd Gen (4.0.1) and Sim (4.1)