Skip to content

Commit

Permalink
Merge pull request #24 from jontejj/local-cache
Browse files Browse the repository at this point in the history
Also update cache for local member. Fixes #22.
  • Loading branch information
Mesut Celik committed Feb 17, 2017
2 parents 597dcf7 + af50dd0 commit 5d9da9b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -205,9 +205,7 @@ protected MessageListener<Object> createMessageListener() {

@Override
public void onMessage(final Message<Object> message) {
if (!message.getPublishingMember().localMember()) {
maybeInvalidate(message.getMessageObject());
}
}
};
}
Expand Down

0 comments on commit 5d9da9b

Please sign in to comment.