Unverified Commit 7d58ceeb authored by Max Inden's avatar Max Inden Committed by GitHub
Browse files

client/finality-grandpa/src/observer: Poll NetworkBridge (#4766)

Patch d4fbb897 reintegrated the periodic neighbor packet worker, by
moving its logic into a `Future` implementation on `NetworkBridge` which
needs to be polled by its upper layer.

Polling by the upper layer was implemented within the `Future`
implementation of the `VoterWork` struct but not within the `Future`
implementation of the `ObserverWork` struct. This patch adds polling of
the `NetworkBridge` to the latter.
parent 2c9ce729
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment