Re: Buffer Size Command Hanging (General questions)
ReceiveLine provies data received until that moment. Did Received event fire later on again?
I am not sure what kind of sample you expect, that is different than current data. wodSSH cannot know how data arrives since this isn't structured protocol at all - data arrives as result of your command, and can be virtually anything.
Speed of arrival doesn't depend on wodSSH. Amoutn doesn't depend either. When *something* arrives, Received event fires so you can call Receive to consume the data.
I'll tell techsupport to create example for you without Waitfor, but it's basically what I just described above.
Kreso