Closed weirdyang closed 3 months ago
Hi! For now I think allowing synchronous IO will be the quickest way to go, but support for async reads in this library would be a great addition. Marked as up-for-grabs
in case anyone following along is interested in exploring/implementing this. Thanks!
I'd like to create a new PR for this ticket.
@Blaisor please go ahead 👍
Hi, I'm trying to use this in a web api, however, the tryRead is a synchronous action and is causing the application to throw an exception.
Do you recommend enabling Server.AllowSynchronousIO = true?
This is my current workaround: