pothosware / SoapyPlutoSDR

Soapy SDR plugin for PlutoSDR
https://github.com/pothosware/SoapyPlutoSDR/wiki
GNU Lesser General Public License v2.1
58 stars 22 forks source link

Fix readStream on stopped stream fault #18

Closed zuckschwerdt closed 5 years ago

zuckschwerdt commented 5 years ago

Make sure items_in_buffer is initialized. Return early when readStream is called on stopped stream. Check that refill_thread is started or ended only once.

zuckschwerdt commented 5 years ago

Merging this as minor hotfix now to rebase other PRs.