machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
691 stars 155 forks source link

TaskCancelation: TaskInstance XXX was canceled because undefined #493

Open law-rence opened 1 year ago

law-rence commented 1 year ago

The method getUpdateInformation will be called in beforeModel RouteReopen and looks like the following:

@task({ maxConcurrency: 1, keepLatest: true, }) *getUpdateInformation() {}

Error message image

What is undefined here? (:

ember-concurrency@2.3.4

Timbuktu1982 commented 1 year ago

Hi law-rence, i have the same problem...