-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
At the moment, if you call .queue() on a command and get a future, you cannot call the cancel() method and abort its execution. This is true for the current 1.3.XX version (it seems to work if you don't use the cache for some reason) but also in the upcoming 1.4 version.
I can supply a reduced code sample if needed, but it's very easy to reproduced. It's an issue for me as we have some long running command.
We also have the case where we encapsulate child command inside main command, ideally the cancel() should be cascading.