Christian Findlay
Christian Findlay
@st-arnold you're probably right. I'd prefer that everything were converted to safe handles if possible
@st-arnold @datoml @realivanjx This issue may have been because of an issue with dispose. Any chance you could try the latest version to see if you still get the issue?...
@NorbiPeti yep. No idea what this or how to fix it. Suggestions welcome.
@NorbiPeti have you enabled "Just My Code" in visual studio debugging options?
You need to use the async modifier on the event handler and use the await keyword with WriteAndReadAsync
What's the issue?
> In short, how can I write and read data from the buffer asynchronously and synchronously at the same time? Is it possible I'm sorry but I do not understand...
That's only true in .net framework 4.5. That's not the case on other platforms
Do your proof of concept on .net core first If there is a legit problem with 4.5 it can be fixed.