Denis Zibarev
Denis Zibarev
Solution: Add missing wsa_error_to_errno() conversion on Windows platform. Handle EINTR and EAGAIN error codes.
Update C# SWIG typemap to marshal array of strings as an array of utf-8 strings, as RFC 5 suggests. This fixes generated c# bindings and makes .net code to work...
### Summary Fixes occasional `abort()`s on Windows platform caused by unhandled errors returned by `WSAPoll()`, causing occasional crashes. ### Problem Error handling for the `poll()` function is left to the...