This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Description
Task List
Steps to Reproduce
- Subscribe to an event topic with a closure subscriber
- Publish to that topic using
sendAndReceive with a reply closure
- Observe the event is handled by the closure subscriber
- Observe the reply closure is called
- Subscribe to an event topic with a method subscriber
- Publish to that topic using
sendAndReceive with a reply closure
Expected Behaviour
Once the subscriber handles the event, trigger the reply closure.
Actual Behaviour
The event is handled, but the reply closure is not called
Environment Information
- Operating System: Fedora 35
- Grails Version: 5.1.2
- JDK Version: 11.0.14
- Container Version (If Applicable): N/A
Example Application