I am trying to read and write to a TDMS file from multiple devices.
I want to use Stream channels in a Producer/Consumer setup but I am unsure as to the best practices here. I have tried to find Examples but I havent found any that suit my needs.
Also, looking at my code is there any danger of the Consumer loop exiting before all the data has been written?
In particular, what is the most efficient way to determine if all the samples have been read? The current code setup is quite slow.
Thankyou for any assistance.
