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

(v2) fix: windows: ensure the input buffer is empty #1192

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

aymanbagabas
Copy link
Member

Before initializing the input reader, we need to ensure that the console input buffer is empty, otherwise, we can get dangling events from previous sessions.

Fixes: #1167
Supersedes: #1180

CC/ @Denish3436

@aymanbagabas aymanbagabas added this to the v2.0.0 milestone Oct 21, 2024
@aymanbagabas aymanbagabas self-assigned this Oct 21, 2024
Before initializing the input reader, we need to ensure that
the console input buffer is empty, otherwise, we can get dangling
events from previous sessions.
@aymanbagabas aymanbagabas changed the title fix: windows: ensure the input buffer is empty (v2) fix: windows: ensure the input buffer is empty Oct 21, 2024
@aymanbagabas aymanbagabas merged commit b3904a3 into v2-exp Oct 23, 2024
36 of 38 checks passed
@aymanbagabas aymanbagabas deleted the v2-windows-lost-key branch October 23, 2024 20:24
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.

1 participant