[TIMOB-3884] Ti.Network.Socket.TCP.write() does not work on device
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-11T11:58:17.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Release 1.7.0, Sprint 2011-18 |
Components | iOS |
Labels | sockets |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-05-03T15:04:08.000+0000 |
Updated | 2011-05-11T11:58:17.000+0000 |
Description
Turns out that on device, writing to a connected socket may fill the buffer and lock up the I/O because the condition never gets signaled. Witness:
KS->Platform->Sockets->Listening socket
Open the listener
Connect via telnet
Click 'write' -- About 1/3rd of text appears, everything locks up.
Resolved by f98a010.
Not resolved - resolved-in-qa. Can't change this without reopening the bug. Dumb.
Tested with 1.7.0.879871b...(05/10/11 19:34) on iPod 3rd Gen (4.0.1) and Sim (4.1)