txdv / LibuvSharp

.NET bindings for libuv
176 stars 41 forks source link

two commits that might be useful (3.5 support and "open") #1

Closed carlokok closed 12 years ago

carlokok commented 12 years ago

Tweaks to make it compile on .NET 3.5/MSC#

carlokok Option to open an existing handle instead of create a new socket.

txdv commented 12 years ago

for some reasons the test fails

txdv commented 12 years ago

The IntPtr conversation doesn't pass the tests, I'll look myself into making it compile on windows.