Hello,
I'm using astreams to connect to a server written in VB6.
Everything works great. But when I leave the phone alone for 15 min or so. The connection gets terminated.
On the VB6 server program The winsock_error routine gets fired.
But no "AStreams_Terminated" on the app.
As I thought is is the wlan connection on the phone that is going idle
I tried using both
WS.KeepAlive(True)
WS.PartialLock
from the PhoneWakeState
But still the problem occurs.
PLease help.
I'm using astreams to connect to a server written in VB6.
Everything works great. But when I leave the phone alone for 15 min or so. The connection gets terminated.
On the VB6 server program The winsock_error routine gets fired.
But no "AStreams_Terminated" on the app.
As I thought is is the wlan connection on the phone that is going idle
I tried using both
WS.KeepAlive(True)
WS.PartialLock
from the PhoneWakeState
But still the problem occurs.
PLease help.