[TIMOB-7957] TiAPI: add support for TCP socket timeout options
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 1.8.2 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | tbs-2.1.0 |
| Reporter | Opie Cyrus |
| Assignee | Unknown |
| Created | 2012-03-10T10:49:07.000+0000 |
| Updated | 2018-03-06T18:57:49.000+0000 |
Description
We need to support different timeout values for connect versus read operations. Originally those timeout values were combined into a single timeout property on the socket.
Perhaps add connectTimeout, readTimeout and deprecate the existing timeout property. Further discussion is required regarding parity and desired behavior.
No comments