Re: Calling work function slower in v3.8 than v3.7

2021-04-08 Thread Jeff S
Volker, This appears to have solved my problem. Thanks much for the information! Jeff From: Discuss-gnuradio on behalf of Volker Schroer Sent: Thursday, April 8, 2021 3:30 AM To: discuss-gnuradio@gnu.org Subject: Re: Calling work function slower

Re: Calling work function slower in v3.8 than v3.7

2021-04-08 Thread Volker Schroer
I found this piece of code, that may help. It's taken from https://github.com/dl1ksv/gr-iio/blob/gr3.9/lib/device_sink_impl.cc which is a fork of analogdevicesinc/gr-iio lines 163 ff /* * The private constructor */ device_source_impl::device_source_impl(struct iio_context

Calling work function slower in v3.8 than v3.7

2021-04-07 Thread Jeff S
I am having an issue with a custom OOT module which is acting as a burst source. It receives an asynchronous message in one thread, and then puts data into the stream using another thread. This worked fine using GR v3.7, but with v3.8, not so much. I believe my problem may have to do with