Skip to content
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

Split 'ack' into done/fail/progress #9

Open
rykov opened this issue Dec 16, 2011 · 0 comments
Open

Split 'ack' into done/fail/progress #9

rykov opened this issue Dec 16, 2011 · 0 comments

Comments

@rykov
Copy link

rykov commented Dec 16, 2011

To model after jQuery.Deferred(), I would prefer a per-message response that indicates more than just an acknowledgement of receipt. Just like jQuery.Deffered() has callbacks for done, fail, and progress, I think it would be useful to have those handlers. At the moment, it's impossible to support per-message progress that with 'ack' because the callback handler is removed on the first 'ack' and ignores subsequent ones.

What do you think of this idea? Is there any way to support this with the current Javascript client?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant