Subscriber/Subscription.close does not support promises #212
Labels
api: pubsub
Issues related to the googleapis/nodejs-pubsub API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/pubsub
version: 0.19.0Steps to reproduce
subscription.close()
without a callback argumentUTSL: The code for the Subscription class calls
promisifyAll
on its members, butSubscriber
, whereclose
is implemented, does not, and so close doesn't actually adhere to its JSdoc.The text was updated successfully, but these errors were encountered: