Note working version of node

This commit is contained in:
AJ ONeal 2017-07-27 20:57:49 -06:00
parent 6ac3e1dd54
commit d2769ebd6e

View File

@ -6,6 +6,9 @@ A pair of coupled Unix sockets (or Windows pipes).
Similar to `stream-pair`, but with sockets with real fds. A workaround for <https://github.com/nodejs/node/issues/12716>.
**Note**: This workaround is necessary in node v6.11.1, but not necessary in node v8.2.1.
I would assume it is also not necessary in later versions.
## Usage
```javascript