The JADE 2022 release meets tomorrow’s business demands.
When using JadeMethodContext awaiter the expectation is to call waitForMethods to "wait" with for the invoked task to complete. Because my task is a long running process, I have noticed the timer (created on the same instance that created the JadeMethodContext) is not firing.
Can a version of waitForMethods be made available that does not suspend the calling instance?