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.
1 parent 6984768 commit 84dae80Copy full SHA for 84dae80
src/FastTransformer.cs
@@ -25,6 +25,7 @@ public sealed class FastTransformer(string executable = "php"): ITransformer {
25
/// </summary>
26
public void Dispose() {
27
httpClient?.Dispose();
28
+ httpClient = null;
29
process?.Kill();
30
process?.Dispose();
31
process = null;
0 commit comments