From 69d36dc205458d40708a49eebe0a7441cbc583b7 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 13 Mar 2024 00:27:48 -0500 Subject: [PATCH] Init --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 1115a74..397add1 100644 --- a/Program.cs +++ b/Program.cs @@ -56,6 +56,7 @@ routeServer.Add("/",async(ctx)=>{ { p.StandardInput.Write(json); p.StandardInput.Flush(); + p.StandardInput.Close(); if(!p.HasExited) p.WaitForExit(); int statusCode=p.ExitCode; switch(statusCode)