sockets v0.3.1.0 Release Notes

    • ➕ Add functions for sending strict bytestrings and lazy bytestrings over a stream socket (sendByteArray and sendLazyByteArray).
    • ➕ Add receiveByteString to Socket.Stream.IPv4. This is a function for receive strict bytestring.
    • ➕ Add sendAddr. This is used in the implementations of both sendByteArray and sendLazyByteArray.