Re: DataReady not returning enough - WeOnlyDo Discussion board

Re: DataReady not returning enough (General questions)

by wodSupport, Thursday, August 26, 2010, 23:18 (5201 days ago) @ bdowns

Bruce,

as you using blocking mode, or it is event driven?

If it's event driven, I would suggest you wait for Received event, read all received data and append to your inernal buffer.

Then check everything in the buffer, and look if your data is inside.

If it's blocking, then call Receive in the loop. It will wait for data to arrive, but wodSSH will not block (your app will since it will sit in Receive call).

Can you try that?

Kreso


Complete thread: