-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PubSub] subscription.ack(message.id, callback) returns 500 #1234
Comments
I can't seem to reproduce. Is there any more info in the error? Something else to try would be |
unfortunately there was no more information in the error.. the message was just saying it's internal error and an error code 500. i can definitely have a try with message.ack this evening. does it help if I share the subscription where I was hitting the error? |
Yeah, it probably couldn't hurt. Thanks! // cc @tmatsuo |
Sent details to your gmail. :) |
i figured out.. message.ackId is what we should use. message.id cannot be used in ack(). |
Woops, sorry that I didn't catch that. I'm going to be working on writing some better "overview"-style docs (as opposed to individual method docs), which will definitely cover this. However, if you have an idea to improve what we have already, it would be awesome to receive a pull request. |
a super simple nodejs script, but I just can't acknowledge the message I pulled. anything I'm doing wrong here?
The text was updated successfully, but these errors were encountered: