Hello,
what happens, if new data arrives in a stream while the last data is still being processed? Will it call the NewData sub twice or will it wait until the first one is finished and then emidiately raise it again?
Thanks
Hello and thanks for the reply. But that was not the question. That is clear. But what happens when the processing of the data takes long time. So long, that new data arrives while the previous data is still being processed.
Hello and thanks for the reply. But that was not the question. That is clear. But what happens when the processing of the data takes long time. So long, that new data arrives while the previous data is still being processed.