You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the coherent example not present on the Microsoft blog and learning sites!
This project uses Modern Microsoft, so it does not compile on a recent Visual Studio Community Edition anymore
Using reader.AdvanceTo(buffer.Start, buffer.End) this way still leads to disrespecting the cancellation token and hanging without timeout - till the next char in the pipe
line = buffer.Slice(0, position.Value); clips \n from the end of the line
System.IO.Pipelines is 7.0.0
Is there a really simple pipe client that respects the timeout? Without this 8086 style segmented memory handling?
The text was updated successfully, but these errors were encountered:
Hello!
First of all, thanks for the coherent example not present on the Microsoft blog and learning sites!
System.IO.Pipelines is 7.0.0
Is there a really simple pipe client that respects the timeout? Without this 8086 style segmented memory handling?
The text was updated successfully, but these errors were encountered: