AddStreamEntry function call timing
Will the function call
Things["MyDataStream"].AddStreamEntry(params);
wait until all data has been added to the stream before returning back to the script which called it?
In other words, if I need to make that function call repeatedly, let's say in a for loop, do I somehow have to manage the timing of everything so that all data will be added to the stream before I call the function again?
Please advise.
Thanks
Loren

