Skip to content

Commit

Permalink
A small update to some docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd authored and OtaK committed Feb 21, 2019
1 parent cd3c686 commit 85a4107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/streaming/streaming_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ pub struct SubscribeOptions {
/// Control whether a subscription will automatically or manually ack received messages.
///
/// By default, subscriptions will be setup to automatically ack messages which are received on
/// the stream. Use `Manual` mode to control the acks yourself.
/// the stream. Use `Manual` mode to control the acks yourself. Simply call `StreamingMessage.ack`
/// to ack a message.
#[derive(Debug, Clone)]
pub enum SubscriptionAckMode {
Auto,
Expand Down

0 comments on commit 85a4107

Please sign in to comment.