We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8cca33 + fca91bd commit 366bd64Copy full SHA for 366bd64
src/JsonRpc/OutputHandler.cs
@@ -65,6 +65,8 @@ private void ProcessOutputQueue()
65
_output.Write(ms.ToArray(), 0, (int)ms.Position);
66
}
67
68
+
69
+ _output.Flush();
70
71
72
0 commit comments