-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large StreamBuffer requests do not block until fulfilled #17
Comments
Yes I think that makes sense per
|
With #18 this can be temporarily avoided with |
To clarify, we should handle larger buffers internally in SoapySDR if requested, and block until the data become available. Just like the behavior of any other IO stream. |
Should be fixed in #22. Please comment and reopen if otherwise. |
Would it make sense to take the requested number of samples as a maximum, and let
read
return less than that?The text was updated successfully, but these errors were encountered: