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

SEND type-ahead setting #148

Open
HanryuDR opened this issue Nov 2, 2017 · 2 comments
Open

SEND type-ahead setting #148

HanryuDR opened this issue Nov 2, 2017 · 2 comments

Comments

@HanryuDR
Copy link

HanryuDR commented Nov 2, 2017

SEND is not very smart about type-aheads. It does occasionally wait for RT but most of the time it just sends all the commands at once. I'd like it to either 1) slow down or 2) have a setting I can change that says how many type-aheads I want it to try and use.

@joemcbride
Copy link
Member

The intent of SEND is to send the command immediately if there is no RT, otherwise queue up the command and "dump" the queue when RT is over. It would be possible to add a delay with the command and/or have a setting for how many commands it tries to execute after RT.

@HanryuDR
Copy link
Author

HanryuDR commented Nov 20, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants