stil / CurlThin

Lightweight cURL wrapper for C# with support for curl_multi polling interface through libuv
Other
68 stars 18 forks source link

LibUV and other netstandard only libraries? #9

Open MeisterLone opened 6 years ago

MeisterLone commented 6 years ago

Hi. Congrats, your implementation is still the best on github. However, I have to ask the question- why did you go with using LibUV and netstandard2? As far as I can tell, LIBUv just completely bloated this project- I removed it and your implementation of Multi but other than that.. its great. Im busy rewriting your multi implementation in pure .net.

Thanks!

t123yh commented 5 years ago

So how do you poll a socket using pure .NET?