]
Paul Ferraro commented on WFLY-11984:
-------------------------------------
How sloppy of me. Thanks for the report.
ChannelCommandDispatcherFactory does not notify any GroupListener
-----------------------------------------------------------------
Key: WFLY-11984
URL:
https://issues.jboss.org/browse/WFLY-11984
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 16.0.0.Final
Reporter: Gab And
Assignee: Paul Ferraro
Priority: Blocker
checkout ChannelCommandDispatcherFactory
line 267
if (this.listeners.isEmpty()) {...}
There should be a negation which should look like !this.listeners.isEmpty()