From fa41cd04281afbb1132ccba3ced020c661035b22 Mon Sep 17 00:00:00 2001 From: aghArdeshir Date: Sun, 4 Apr 2021 12:11:51 +0430 Subject: [PATCH 1/2] omit extra table row from README.md IPC Events --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 54441db..d84529d 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,6 @@ or specifying everything UDP |destroy||triggered when socket has been totally destroyed, no further auto retries will happen and all references are gone.| |data|buffer|triggered when ipc.config.rawBuffer is true and a message is received.| |***your event type***|***your event data***|triggered when a JSON message is received. The event name will be the type string from your message and the param will be the data object from your message eg : ` { type:'myEvent',data:{a:1}} ` | -|||| ### Multiple IPC Instances From 87abf2df4858670070473a7636076d9e68fec61d Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Fri, 28 May 2021 00:13:18 +0800 Subject: [PATCH 2/2] chore: fix wrong hash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54441db..182c537 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You may want to install jasmine and istanbul globally with ` sudo npm install -g 4. [IPC Events](#ipc-events) 5. [Multiple IPC instances](#multiple-ipc-instances) 6. [Basic Examples](#basic-examples) - 1. [Server for Unix||Windows Sockets & TCP Sockets](#server-for-unix-sockets--tcp-sockets) + 1. [Server for Unix||Windows Sockets & TCP Sockets](#server-for-unix-sockets-windows-sockets--tcp-sockets) 2. [Client for Unix||Windows Sockets & TCP Sockets](#client-for-unix-sockets--tcp-sockets) 4. [Server & Client for UDP Sockets](#server--client-for-udp-sockets) 5. [Raw Buffers, Real Time and / or Binary Sockets](#raw-buffer-or-binary-sockets)