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

IDEChannel: Fix wait_until_not_busy() #7084

Merged
merged 1 commit into from
May 13, 2021

Conversation

ElectrodeYT
Copy link
Contributor

The time_elapsed variable would count until milliseconds_timeout + 1, so a != comparision won't work

The time_elapsed variable would count until
milliseconds_timeout + 1, so a != comparision
won't work
@awesomekling awesomekling changed the title IDEChannel: fix wait_until_not_busy IDEChannel: Fix wait_until_not_busy() May 13, 2021
@awesomekling awesomekling merged commit 28a6a9a into SerenityOS:master May 13, 2021
@ElectrodeYT ElectrodeYT deleted the ide-pr branch May 13, 2021 17:12
Hendiadyoin1 pushed a commit to Hendiadyoin1/serenity that referenced this pull request May 24, 2021
The time_elapsed variable would count until milliseconds_timeout + 1,
so a != comparision won't work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants