Node.js, Cygwin and Socket.io walk into a bar… Node.js throws ENOBUFS and everyone dies

OK, I digged around a bit, and after your second edit I found this bug on the issue list. I doesn’t state whether this was encountered under cygwin or not, but the error that it is hitting leads down to this piece of code: uint16_t * twobytebuf = new uint16_t[buflen]; str->Write(twobytebuf, 0, buflen, String::HINT_MANY_WRITES_EXPECTED); for … Read more