diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 13:39:06 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 13:39:06 -0800 |
| commit | 47424df417dcbeec9e6415a85176299604b0fde2 (patch) | |
| tree | 60028c2e16e401606a2ccb99673c88b8cea6d578 /node/Cluster.cpp | |
| parent | 73e2c6e5117aba36566c22edc1c19c8d6347d317 (diff) | |
| download | infinitytier-47424df417dcbeec9e6415a85176299604b0fde2.tar.gz infinitytier-47424df417dcbeec9e6415a85176299604b0fde2.zip | |
Fix (1) a deadlock bug and (2) a bug that prevented distributed rendezvous messages from being sent.
Diffstat (limited to 'node/Cluster.cpp')
| -rw-r--r-- | node/Cluster.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Cluster.cpp b/node/Cluster.cpp index ec115159..419948e2 100644 --- a/node/Cluster.cpp +++ b/node/Cluster.cpp @@ -395,6 +395,7 @@ void Cluster::sendViaCluster(const Address &fromPeerAddress,const Address &toPee mostRecentTs = rpe->second; mostRecentMemberId = rpe->first.second; } + ++rpe; } } |
