This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
[RPC-Spec-V2] Limit chainHead_unstable_follow
subscriptions #14734
Open
Description
The JSON-RPC server must accept at least 2 chainHead_unstable_follow subscriptions per JSON-RPC client. Trying to open more might lead to a JSON-RPC error when calling chainHead_unstable_follow. In other words, as long as a JSON-RPC client starts 2 or fewer chainHead_unstable_follow subscriptions, it is guaranteed that this return value will never happen.
- ensure that at least 2 subscriptions per RPC client are accepted by the server
// @paritytech/subxt-team
Activity