sockets v0.5.0.0 Release Notes

Release Date: 2019-07-21 // over 4 years ago
    • ➕ Add support for getting back ECONNREFUSED when send or receiving with datagram sockets.
    • ➕ Add support for using Addr and ByteString with datagram sockets.
    • ➕ Add sendMany for vectored io on a stream socket.
    • Correct the implementation of interruptible functions that work on datagram sockets.