Skip to content

Commit 366bd64

Browse files
Merge pull request OmniSharp#212 from NTaylorMullen/fixflush
Flush after writing.
2 parents c8cca33 + fca91bd commit 366bd64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JsonRpc/OutputHandler.cs

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ private void ProcessOutputQueue()
6565
_output.Write(ms.ToArray(), 0, (int)ms.Position);
6666
}
6767
}
68+
69+
_output.Flush();
6870
}
6971
}
7072
}

0 commit comments

Comments
 (0)