RFelipe
04-30-2002, 04:47 PM
Hi,
Im creating an app with 2 sockets, I never close the 1st socket and the 2nd socket is by request (open/close). My problem is this, * once the 2nd socket has started 1st socket can't receive any data.
* once the 2nd socket is closed, 1st socket still couldn't recieve any data.
Note:
* 1st Socket can still send data
* I tried using one INetMgr for both socket, but got the same result
* I tried using 2 INetMgr, one for each socket, but got the same result.
Thanks
Im creating an app with 2 sockets, I never close the 1st socket and the 2nd socket is by request (open/close). My problem is this, * once the 2nd socket has started 1st socket can't receive any data.
* once the 2nd socket is closed, 1st socket still couldn't recieve any data.
Note:
* 1st Socket can still send data
* I tried using one INetMgr for both socket, but got the same result
* I tried using 2 INetMgr, one for each socket, but got the same result.
Thanks