RSocket
| Thu, 2005-05-05 13:18 | |
|
Hi,
I'm using RSocket i tried establishing connection between 2 emulators on 2 diff. systems. One as server and the other as client. If i send data from server to client.. recv works successfully. On the other hand , if i receive data from client to server, recv call is blocking. I tried with recv buffer size 1 and i'm sending a big pkt, then also its blocked. I found a similar prob in the below link http://forum.newlc.com/viewtopic.php?p=1148 Is it possible to do recv on server side? Can anyone help me? Thanx in advance, Regards, Sandya i posted this in networking also |
|






Forum posts: 33
It is possible to receive on server side.
have you used timer for receiver?
you can check socket example given with sdk. It is working perfectly.