network v3.1.1.0 Release Notes

Release Date: 2019-09-19 // over 4 years ago
    • A new API: gracefulClose. #417
    • touchSocket, unsafeFdSocket: Allow direct access to a socket's file descriptor while providing tools to prevent it from being garbage collected. This also deprecated fdSocket in favor of unsafeFdSocket and withFdSocket. #423
    • socketToFd: Duplicates a socket as a file desriptor and closes the source socket. #424