Q2686- client socket FCM issue

WIP indicates state changes of the socket to you via the WIP_CEV_ events.

Look at the State Diagram given in the WIP User Guide.

Your application must include timeouts on all waits - and have appropriate recovery mechanisms on timeout (and other) errors.

After wip_TCPClientCreate() you certainly should get either WIP_CEV_OPEN or WIP_CEV_ERROR - again, see that State Diagram given in the WIP User Guide.

Are you sure that you have a reliable bearer connection?

Can you connect reliably to the same host over GPRS from a PC?

WIP Debugging Tips:

forum.sierrawireless.com/viewtop … ces#p18469