[TIMOB-3800] Implement socket logic for correctly handling timeout property when set
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-16T10:43:26.000+0000 |
| Affected Version/s | Release 1.7.0, Sprint 2011-17 |
| Fix Version/s | Release 1.7.0, Sprint 2011-17 |
| Components | Android |
| Labels | n/a |
| Reporter | Opie Cyrus |
| Assignee | Opie Cyrus |
| Created | 2011-04-27T21:12:29.000+0000 |
| Updated | 2012-03-07T19:09:00.000+0000 |
This correctly times out -- but we should probably set different error codes for different error states in the future. There's no way for the JS developer to differentiate in code between a basic timeout error and a more severe IO Error (They're both IOExceptions in Java land)