You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: