Skip to content

net.connect issue with Node.js 7.10.0 #117

@watson

Description

@watson

A commit recently landed in Node core that was released as v7.10.0 two days ago.

It breaks async-listener and therefore also continuation-local-storage because net.connect no longer calls Socket.prototype.connect. Furthermore, it's not possible to simply monkey-patch net.connect in async-listener because it's being called internally in node by simply referencing the connect function and not the exports.connect function.

I'm working on fixing this together with @cjihrig and @jasnell. See nodejs/node#12852 for details.

It will most likely be released as v7.10.1.

Here's the relevant issue in async-listener: othiym23/async-listener#109

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions