-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InQueueTask not possible to utilize Tags #307
Comments
NO, The operation of the new method asInQueueTsak() is the same to the old method If you use
|
ok, was already confused about those code changes, as the changelog didn't state anything about that. still i get an Exception when using
note: i'm using setting up queue like this:
|
Cloud you give me your exception stack trace. |
I find a way to produce this problem, it will occur when the connection of the filedownloader service lost and re-connected, and re-start the waiting-list tasks. I will fix this problem immediately and release the 1.0.2. |
Thanks for your issue this. |
…sk() to declare no need to invoke this method when user use FileDownloadQueueSet Refs #307
@chriswiesner This problem has fixed in 1.0.2. |
thanks for the quick response/fix |
Am i right, that of version 1.0.0 a
BaseDownloadTask
which belongs to aFileDownloadQueueSet
has to be created asasInQueueTask()
?Problem now, is that the interface does not expose the
setTag()
methods, which i would ned to set some meta-information to the task.The text was updated successfully, but these errors were encountered: