pub async fn poll_ack(
id: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<PollAckResponse>, Error>Expand description
Acknowledges and dequeues a message previously retrieved via poll
Arguments
id- ID of the message to ackclient_sender- Reference to the tokio channel into the client