Buffering Receive Event (General questions)
When I execute a receive event and get data, it immediately returns, during tha time, I update my screen, and do some additional parsing. When I get back to the top of my loop to receive data, I think it is already gone.
Once you have created your connection, are any of the contents of the receive buffer saved if you have not called the receive command?
i.e.
loop
ssh.receive
update display
pause for 2 seconds
go back to top
since I paused for 2 seconds, is the data buffered so that when I call the ssh.receive, I will get any data that I missed when I was processing, as well as new data while this command executes?
Thanks!
Barry
Complete thread:
- Buffering Receive Event - bmclellan, 2007-08-28, 06:43
- Re: Buffering Receive Event - wodDamir, 2007-08-28, 09:28
- Re: Buffering Receive Event - bmclellan, 2007-08-28, 12:52
- Re: Buffering Receive Event - wodDamir, 2007-08-28, 14:23
- Re: Buffering Receive Event - bmclellan, 2007-08-28, 12:52
- Re: Buffering Receive Event - wodDamir, 2007-08-28, 09:28