]
Gab And commented on WFLY-11984:
--------------------------------
Glad to help. I've checked the code for 15.0.1.Final and it has the same issue. And it
may be also in lower versions.
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()