Channel.send() throws an exception if the channel is already closed, but MessageDispatcher goes around this and doesn't throw an exception immediately. Instead, if castMessage() was synchronous, it blocks and it times out after the request timeout expires.
- is incorporated by
-
AS7-5398 Upgrade JGroups to 3.0.14.Final
- Resolved