This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
WS Subscriptions Missing Events and Block Headers #8514
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M4-core ⛓
Core client code / Rust.
Z0-unconfirmed 🤔
Issue might be valid, but it’s not yet known.
Milestone
Comments
For the example Parity output:
The output of
is:
(Many missing and some out of order) |
calebrate
changed the title
ws subscriptions missing events and block headers
WS Subscriptions Missing Events and Block Headers
Apr 29, 2018
Tbaut
added
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
Z0-unconfirmed 🤔
Issue might be valid, but it’s not yet known.
M4-core ⛓
Core client code / Rust.
labels
Apr 30, 2018
I'm currently experiencing the same problem, subscribing to a newBlockHeaders event, but when my node imports a block, it's always lost. What's the solution? |
Please open a dedicated issue with example for us to reproduce. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M4-core ⛓
Core client code / Rust.
Z0-unconfirmed 🤔
Issue might be valid, but it’s not yet known.
Imported X + another X blocks
will push in sequence (X, X-1, X-2...) instead of (...X-2, X-1, X)This is a completely unreliable behaviour for checking for events and removals.
The text was updated successfully, but these errors were encountered: