Skip to content

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

Description

@rykov

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions