JohnnyZ
JohnnyZ
I think OnError is not supposed to be called in this case.
Yep, I got the idea but now I am wondering how to expose this. For example, it could be a read complete with error or simply expose as error. Any...
How do you execute the project? dotnet run or from executable? If you do dotnet run from project folder, you should not have this problem. If you run it by...
The buffer gets a 2048 byte fixed buffer allocated at https://github.com/StormHub/NetUV/blob/dev/src/NetUV.Core/Handles/Udp.cs#L381 It can be changed to expose by buffer size parameter easily. But changing that buffer size might not help...
@oliverw yep but the catch is that those are net core specific, not *net standard 2.0*, MSFT is making things available in netstandard 2.1 :)
In general, I stay as low version as I possibly maintain. For net ore 2.1 the option is to multi target
It is but there are still lots of ppl out there using it.
All CI builds have perf benchmarks. You can have a look at the build history.
:white_check_mark: [Build NetUV 0.2.140-aybivxjt completed](https://ci.appveyor.com/project/StormHub/netuv/build/0.2.140-aybivxjt) (commit https://github.com/StormHub/NetUV/commit/2917d6575a by @egmkang)
Thanks for the PR! I have a few things to clarify and understand a bit more about the problems. What is the scope of the attribute map (e.g. per thread...