aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-26 15:23:21 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-26 15:23:21 +0800
commita545fa4c9c4d10fc05f0682203de6ee24864c14d (patch)
tree5149e84652e26b143a1abfaf349b97f0d9dc472c
parent2dc03869255eacf66214da3a1c2b4d6a1d408012 (diff)
downloaddexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar
dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar.gz
dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar.bz2
dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar.lz
dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar.xz
dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar.zst
dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.zip
Updated RPC PUB SUB (markdown)
-rw-r--r--RPC-PUB-SUB.md2
1 files changed, 1 insertions, 1 deletions
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.