Skip to content
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

Allow remote control commands to be pipelined #1343

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

argilo
Copy link
Member

@argilo argilo commented Mar 19, 2024

Fixes #1342.

Gqrx currently expects remote control clients to send a single command at a time, and process the response before sending another command. This behaviour could be confusing. I don't see a reason to disallow pipelining, so I've enabled it here.

@tarxvftech Let me know if this change solves the problem you were seeing.

@argilo
Copy link
Member Author

argilo commented Mar 19, 2024

This code change may be easier to review with whitespace changes excluded: https://github.com/gqrx-sdr/gqrx/pull/1343/files?w=1

@argilo argilo added the bug label Mar 19, 2024
@tarxvftech
Copy link

That sure seems to do the trick - I can't replicate the problem using nc or my custom client. Awesome! 😁

@argilo
Copy link
Member Author

argilo commented Mar 20, 2024

Perfect, thanks for confirming!

@argilo argilo merged commit 05dae44 into master Mar 20, 2024
34 checks passed
@argilo argilo deleted the rc-process-multiple-lines branch March 20, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote Control delayed responses
3 participants