Re: [Beepcore-java-users] Stalling in sendMSG
Status: Beta
Brought to you by:
huston
From: Huston <hu...@us...> - 2002-01-21 13:29:07
|
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? |