diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-26 15:23:21 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-26 15:23:21 +0800 |
commit | a545fa4c9c4d10fc05f0682203de6ee24864c14d (patch) | |
tree | 5149e84652e26b143a1abfaf349b97f0d9dc472c | |
parent | 2dc03869255eacf66214da3a1c2b4d6a1d408012 (diff) | |
download | dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar.gz dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.tar.zst dexon-wiki-a545fa4c9c4d10fc05f0682203de6ee24864c14d.zip |
Updated RPC PUB SUB (markdown)
-rw-r--r-- | RPC-PUB-SUB.md | 2 |
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. |