From a545fa4c9c4d10fc05f0682203de6ee24864c14d Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Fri, 26 Apr 2019 15:23:21 +0800 Subject: Updated RPC PUB SUB (markdown) --- RPC-PUB-SUB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPC-PUB-SUB.md b/RPC-PUB-SUB.md index e02729c..bd801cc 100644 --- a/RPC-PUB-SUB.md +++ b/RPC-PUB-SUB.md @@ -1,6 +1,6 @@ # Introduction -From version 1.4 geth has **_experimental_** support for pub/sub using subscriptions as defined in the JSON-RPC 2.0 specification. This allows clients to wait for events instead of polling for them. +DEXON fullnode supports pub/sub using subscriptions as defined in the JSON-RPC 2.0 specification. This allows clients to wait for events instead of polling for them. It works by subscribing to particular events. The node will return a subscription id. For each event that matches the subscription a notification with relevant data is send together with the subscription id. -- cgit v1.2.3