@google-cloud/pubsub version: 0.19.0subscription.close() without a callback argumentUTSL: The code for the Subscription class calls promisifyAll on its members, but Subscriber, where close is implemented, does not, and so close doesn't actually adhere to its JSdoc.
Thanks for reporting!
@callmehiphop - I can't find this method in the public-facing docs. Is this intended to be a public method?
P.S. What's "UTSL"?
What's "UTSL"?
@stephenplusplus it is, I think when I moved the Subscriber code into a separate class it got lost. So my take away is that we need to promisify the Subscriber object and include a JSDoc tag to make close (and any other public method) show up on the docs.
Most helpful comment
Use The Source, Luke!