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
The example on how to create a consumer in the README.md file doesn't appear to ACK messages as they're processed. I still don't really understand tokio all that much but I believe you have to return the ack future to have them processed.
The example on how to create a consumer in the
README.md
file doesn't appear to ACK messages as they're processed. I still don't really understandtokio
all that much but I believe you have to return theack
future to have them processed.Example of corrected code:
Sorry for the lame issue! I just wanted to make sure this was documented in case anyone is confused like I was why my messages weren't being ack'd :)
The text was updated successfully, but these errors were encountered: