Skip to content
Permalink
Browse files

WFLY-11984 ChannelCommandDispatcherFactory does not notify any GroupL…

…istener
  • Loading branch information
pferraro committed Apr 12, 2019
1 parent ababc29 commit 6d66b0b7dd87970e0d33520da32ec220f77eb1fc
@@ -264,7 +264,7 @@ public void viewAccepted(View view) {
this.members.keySet().removeAll(leftMembers);
}

if (this.listeners.isEmpty()) {
if (!this.listeners.isEmpty()) {
Address localAddress = this.dispatcher.getChannel().getAddress();
ViewMembership oldMembership = new ViewMembership(localAddress, oldView, this);
ViewMembership membership = new ViewMembership(localAddress, view, this);

0 comments on commit 6d66b0b

Please sign in to comment.
You can’t perform that action at this time.