From d2769ebd6ec4f6fba66f1c9964d5300f3ff12b51 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 27 Jul 2017 20:57:49 -0600 Subject: [PATCH] Note working version of node --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dcca441..1ec0ff9 100644 --- a/README.md +++ b/README.md @@ -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 . +**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