Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with Node.js 14 #104

Merged

Commits on May 16, 2020

  1. Fix compatibility with Node.js 14

    If the socket is writable, a write is attempted and an
    `ERR_SOCKET_CLOSED` error is emitted because the socket was never
    connected.
    
    Refs: nodejs/node#32272
    lpinca committed May 16, 2020
    Copy the full SHA
    450237e View commit details
    Browse the repository at this point in the history