We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are supposed to Complete the reader/writer only after those operations are known to be completely done. Otherwise we risk memory corruption.
vs-streamjsonrpc/src/StreamJsonRpc/PipeMessageHandler.cs
Lines 149 to 152 in b6a5874
The text was updated successfully, but these errors were encountered:
Avoid completing reader or writer except after they are done
3294d61
This is a follow-up to microsoft#350 which was evidently incompletely fixed. Fixes microsoft#413
This should have been addressed as part of the fix for #350 but was overlooked.
Sorry, something went wrong.
d13ee3b
d7135f8
AArnott
No branches or pull requests
We are supposed to Complete the reader/writer only after those operations are known to be completely done. Otherwise we risk memory corruption.
vs-streamjsonrpc/src/StreamJsonRpc/PipeMessageHandler.cs
Lines 149 to 152 in b6a5874
The text was updated successfully, but these errors were encountered: