Re: [Beepcore-java-users] Stalling in sendMSG
Status: Beta
Brought to you by:
huston
|
From: William J. M. <wm...@ol...> - 2002-01-22 01:14:09
|
Well, we were just stuffing a really large (10K+) thing in a single sendMSG and seeing it stall. No additional adds. -bill On Mon, Jan 21, 2002 at 06:26:51AM -0700, Huston wrote: > Bill, > > If you are sending the message and then adding data to the DataStream then > yes, I haven't added the call to continue sending as more data is added to > the DataStream. That is next on my list of tasks. > > If this is not what you are doing, I haven't seen the problem so please send > some sample code to reproduce the problem and I will look into it. > > --Huston > > > I appear to be hitting a condition where I stall in sendMSG when > > I have put more than 4K on the output datastream to send. > > Looking at the conversation as it goes by, the RPY starts > > being sent, and I get the first 3 frames, the recieving end > > is sending SEQ frames and opening the window properly, but > > the sendMSG function aparently stalls after sending 4K of > > data. Should'nt the SEQ's be getting processed? > > > > Is this a known problem? > |