I am using io.temporal.testing for unit testing temporal workflows.
When debugging the temporal unit tests, I always run into this exception. IllegalStateException(“Operation allowed only while eventLoop is running”)
However without the debugger, I don’t see this exception at all.
Just one brakepoint just when the temporal workflow is started. How can I get past through this issue and why doesn’t TEMPORAL_DEBUG env work as expected ?