hashicorp / memberlist

Golang package for gossip based membership and failure detection
Mozilla Public License 2.0
3.62k stars 435 forks source link

Message broadcast #247

Open kotyara85 opened 2 years ago

kotyara85 commented 2 years ago

Hey there, Are there any docs on how message broadcast work? Messages doesn't seem to deliver to every node in the cluster and often end up delivered to one or two nodes twice when RetransmitMult = NumberOfNodes Thanks

onecool2 commented 1 year ago

I also face the same issue