Skip to content

Conversation

@JohnTheGr8
Copy link
Member

fixes #2147, closes #2161

@JohnTheGr8 JohnTheGr8 added the enhancement New feature or request label Jun 4, 2023
@JohnTheGr8 JohnTheGr8 self-assigned this Jun 4, 2023
@VictoriousRaptor VictoriousRaptor added this to the 1.15.1 milestone Jun 4, 2023
@VictoriousRaptor VictoriousRaptor merged commit 22dd59e into Flow-Launcher:dev Jun 4, 2023
@jjw24 jjw24 added bug Something isn't working and removed enhancement New feature or request labels Jun 5, 2023

private static async Task DelayAndReQueryAsync(string query)
{
await Task.Delay(500);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity why the delay before re-query?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was to wait for process exit. Didn't realize I could do it the way in this PR.

@jjw24 jjw24 modified the milestones: 1.15.1, 1.16.0 Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: "Kill" command not deleted after use

3 participants