Hello,
I'm trying to write a MIDP application for Nokia 7650, which tries to open multiple (two, to be preciseHttpConnections at the same time in different threads. The trouble is I'm either getting an IOException on one of them (with status = -3, anyone knows what it means?) or some kind of lower-level error which causes my application to shut down immediately.
So if I'm not mistaken, Nokia 7650 supports only a single connection to be opened at the time. Am I right? Would any firmware update solve that or is it simply impossible to achieve it? If so, do other phones (3650, 6610) suffer the same problem?
Thank You in advance for the answers
Tomasz Knyziak

HttpConnections at the same time in different threads. The trouble is I'm either getting an IOException on one of them (with status = -3, anyone knows what it means?) or some kind of lower-level error which causes my application to shut down immediately.
Reply With Quote

