We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 224a6b1 + 697ddbc commit 53c937eCopy full SHA for 53c937e
Flow.Launcher.Core/Plugin/ProcessStreamPluginV2.cs
@@ -82,10 +82,10 @@ public override async Task ReloadDataAsync()
82
83
public override async ValueTask DisposeAsync()
84
{
85
+ await base.DisposeAsync();
86
ClientProcess.Kill(true);
87
await ClientProcess.WaitForExitAsync();
88
ClientProcess.Dispose();
- await base.DisposeAsync();
89
}
90
91
0 commit comments