Skip to content

Commit

Permalink
Merge pull request #50 from uber/pingreqbug
Browse files Browse the repository at this point in the history
Send over checksum with /protocol/ping-req
  • Loading branch information
jwolski2 committed Mar 9, 2015
2 parents 25e13d0 + 4b76835 commit c60078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swim.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function PingReqSender(ring, member, target, callback) {
timeout: this.ring.pingReqTimeout
};
var body = JSON.stringify({
checksum: this.checksum,
checksum: this.ring.membership.checksum,
changes: this.ring.issueMembershipChanges(),
source: this.ring.whoami(),
target: target.address
Expand Down

0 comments on commit c60078c

Please sign in to comment.