Re: [Beepcore-java-users] Large RPY msg
Status: Beta
Brought to you by:
huston
From: Harsh D. <hda...@io...> - 2002-10-29 22:12:16
|
That is right. I do that from receiveRPY as well as receiveMSG. It works in case of latter. Harsh Huston said: >> When I send a RPY msg that is larger than default buffer size of >> Channel (4K), it looks like receiving side gets stuck after receiving >> 4K bytes (3 beep frames). Following is how I'm trying to receive the >> msg: >> >> // note : ds is InputDataStream >> >> while(true) { >> BufferSegment b = ds.waitForNextSegment(); >> if (b == null) >> break; >> // >> // process b >> // >> } >> >> I use the same method to receive MSG w/o any problems. > > Are you doing this in the receiveRPY callback? > > --Huston > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Beepcore-java-users mailing list > Bee...@li... > https://lists.sourceforge.net/lists/listinfo/beepcore-java-users -- Harsh Daharwal IOS Networks Inc. http://www.iosnetworks.com |