parent
0286be77d2
commit
2c81e00ea7
|
@ -26,7 +26,7 @@ Example:
|
||||||
|
|
||||||
### Considerations
|
### Considerations
|
||||||
|
|
||||||
1. notifications are send for current events and not for past events. If your use case
|
1. notifications are sent for current events and not for past events. If your use case
|
||||||
requires you not to miss any notifications than subscriptions are probably not the best
|
requires you not to miss any notifications than subscriptions are probably not the best
|
||||||
option.
|
option.
|
||||||
2. subscriptions require a full duplex connection. Geth offers such connections in the
|
2. subscriptions require a full duplex connection. Geth offers such connections in the
|
||||||
|
@ -41,7 +41,7 @@ Example:
|
||||||
|
|
||||||
## Create subscription
|
## Create subscription
|
||||||
|
|
||||||
Subscriptions are creates with a regular RPC call with `eth_subscribe` as method and the
|
Subscriptions are created with a regular RPC call with `eth_subscribe` as method and the
|
||||||
subscription name as first parameter. If successful it returns the subscription id.
|
subscription name as first parameter. If successful it returns the subscription id.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
Loading…
Reference in New Issue