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
publish_unordered should take an iterator of messages. It's impossible/very difficult to efficiently send a large number of unordered messages at once from outside of the crate, because the future produced by publish() holds the borrow on the Client.
The text was updated successfully, but these errors were encountered:
zrneely
changed the title
Implement publish_with_ack and publish_all methods
Implement publish_with_ack and publish_unordered methods
Nov 9, 2019
publish_unordered should take an iterator of messages. It's impossible/very difficult to efficiently send a large number of unordered messages at once from outside of the crate, because the future produced by publish() holds the borrow on the Client.
The text was updated successfully, but these errors were encountered: