Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

gadget: add global timeout for rebroadcasting messages #243

Merged
merged 3 commits into from
Jul 19, 2021

Conversation

andresilva
Copy link
Contributor

Fix #212.

@@ -12,6 +12,7 @@ hex = "0.4"
log = "0.4"
parking_lot = "0.11"
thiserror = "1.0"
wasm-timer = "0.2.5"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std::time::Instant does not work on wasm target, we need this for the browser node.

@andresilva andresilva requested a review from adoerr July 19, 2021 15:59
Copy link
Contributor

@adoerr adoerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@adoerr adoerr enabled auto-merge (squash) July 19, 2021 17:10
@adoerr adoerr merged commit 26d617c into master Jul 19, 2021
@adoerr adoerr deleted the andre/rebroadcast-period branch July 19, 2021 17:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GossipValidator should limit number of periodic rebroadcast gossip messages
2 participants