LearnBoost / cluster

Node.JS multi-core server manager with plugins support.

Home Page:http://learnboost.github.com/cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regression in 0.7.6

poelzi opened this issue · comments

this checkin causes cluster to break with kue and other strange bugs:
9cb38c8

Pressing Enter kills the master server in my case with the very uninformative traceback:

Error: ENOTSOCK, Socket operation on non-socket
    at Socket._readImpl (net.js:132:23)
    at Socket._onReadable (net.js:627:22)
    at IOWatcher.onReadable [as callback] (net.js:177:10)

Reverting the change fixes the problem.

any steps to reproduce? I'll take a closer look in a minute