Commit fca91bd
N. Taylor Mullen
Flush after writing.
- Not all streams auto-flush after write. For instance creating a duplex JsonRpc stream to run the O# server in-proc results in the server never initializing because the flush result is not sent down to the client. For instance: https://github.com/dotnet/aspnetcore-tooling/blob/ed01e6b0d167f0dda61d9cdba226f8844fa1d96e/src/Razor/src/Microsoft.VisualStudio.LanguageServerClient.Razor/RazorLanguageServerClient.cs#L491 parent c8cca33 commit fca91bd
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments