On Tue Nov 15 20:30:58 2022 +0000, Zebediah Figura wrote:
Similarly to the earlier question about IWMSyncReader locking, do we need to drop the CS here?
Because this is a blocking call, which can call application callbacks, or otherwise also blocking until there's a sample ready.
We want to be able to deliver samples from the callback thread, on other streams, without being blocked and without blocking the reader. There's no point in making all this asynchronous otherwise.