Differential / meteor-uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reset.call timeout

opened this issue · comments

@schnie Great Job! Looks really nice!
I've got a little problem, reset.call only works with higher timeout ≈10sec

Thanks! Did a complete overhaul.

So once the progress hits 100 the reset function isn't getting called?
On Sep 29, 2014 8:36 PM, "timtch" notifications@github.com wrote:

@schnie https://github.com/schnie Great Job! Looks really nice!
I've got a little problem, reset.call only works with higher timeout ≈10sec


Reply to this email directly or view it on GitHub
#6.

The reset is called but the onUpload is not because the stateManager is empty

Ah, I see. Just published a little change that should take care of this.
Hope it works!

On Mon, Sep 29, 2014 at 9:22 PM, timtch notifications@github.com wrote:

The reset is called but the onUpload is not because the stateManager is
empty


Reply to this email directly or view it on GitHub
#6 (comment)
.

Yep! It works!