RSocket

Login to reply to this topic.
Thu, 2005-05-05 13:18
Joined: 2004-09-09
Forum posts: 13
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

Wed, 2005-06-08 08:21
Joined: 2005-05-09
Forum posts: 33
Re: RSocket

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.
  • Login to reply to this topic.