Stream.setTimeout

Does the Stream.setTimeout set the timeout value globally as well as "once and done" or does it need to be called each time an affected Stream function is executed?

Once and done.

But I would try to stay away from blocking code :slight_smile:

Hi septillion,

Thank you. I do typically stay away from blocking code. However, in this application several milliseconds is not a problem.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.