0_13_2.md

doc/release_notes/0_13_2.md
Last Update: 2024-03-27 09:51:14 +0000

0.13.2

Improvements

UDPSocket#sendmsg_nonblock is now used in the native resolver.

Bugfixes

Usage in Windows was buggy, resulting in Errno::EINVAL during DNS resolving, when using the native resolver. This was due to a discrepancy between recvfrom behaviour in WS Sockets and Linux Sockets. This was fixed by making we the UDP socket never tries to receive before a DNS query has been actually sent.