pylsl
pylsl copied to clipboard
Sample Pushed when Streaming is closing
Dear all,
I'm writing you to ask about an issue that I have when I'm closing my stream. I'm pushing one sample with a marker stream type and when I stop the execution of my script Labrecorder saves a marker equal to 0 or another number randomly if the sent markers are more than 100. I also used and not used the command "del" to destroy the outlet object but in both cases the randomic marker is saved on Labrecorder... Can you help me? Can you give me some information about this last marker automatically generated?
Hello,
I'm having a similar issue with a stream of type "marker". I noticed that an empty sample is posted on the stream if the StreamOutlet is destroyed while the StreamInlet exists.
I first thought this could be a way to notify that the stream is closing but I wasn't able to repro when I tried with a markers stream with 2 channels instead of 1.