Gab And created WFLY-11984:
------------------------------
Summary: 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
checkout ChannelCommandDispatcherFactory
line 267
if (this.listeners.isEmpty()) {...}
There should be a negation which should look like !this.listeners.isEmpty()
--
This message was sent by Atlassian Jira
(v7.12.1#712002)