Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Sep 18, 2023
1 parent ef62f31 commit 0f07add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Proto.Cluster/Gossip/Gossiper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private async Task BlockExpiredHeartbeats()
return;
}

await _cluster.Config.BlockExpiredMembers(_cluster);
await _cluster.Config.HeartbeatExpirationHandler(_cluster);
}

public static async Task BlockExpiredMembers(Cluster cluster)
Expand Down

0 comments on commit 0f07add

Please sign in to comment.