recover lost v1.0.3 and update docs
This commit is contained in:
parent
3325cff2a2
commit
297fd28590
@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
A pair of coupled Unix sockets (or Windows pipes).
|
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>.
|
Similar to `stream-pair`, but with sockets with real fds and `.setTimeout()`.
|
||||||
|
Originally a workaround for <https://github.com/nodejs/node/issues/12716>,
|
||||||
|
but still has some use relevant cases, particularly when building proxies.
|
||||||
|
|
||||||
**Note**: This workaround is necessary in node v6.11.1, but not necessary in node v8.2.1.
|
**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.
|
I would assume it is also not necessary in later versions.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "socket-pair",
|
"name": "socket-pair",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"description": "Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716",
|
"description": "Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716",
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/socket-pair.js",
|
"homepage": "https://git.coolaj86.com/coolaj86/socket-pair.js",
|
||||||
"main": "lib/socket-pair.js",
|
"main": "lib/socket-pair.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user