Skip to content
New issue

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

Tried to use it in a VB.NET .net 4.8 application, but ... #24

Open
PeterAdam opened this issue May 18, 2023 · 0 comments
Open

Tried to use it in a VB.NET .net 4.8 application, but ... #24

PeterAdam opened this issue May 18, 2023 · 0 comments

Comments

@PeterAdam
Copy link

Hello!

First of all, thanks for the coherent example not present on the Microsoft blog and learning sites!

  1. This project uses Modern Microsoft, so it does not compile on a recent Visual Studio Community Edition anymore
  2. 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
  3. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant