Skip to content
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

topic.exists method does not resolve the promise but is pending indefinitely #1957

Closed
hansman opened this issue Feb 2, 2017 · 1 comment
Closed
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@hansman
Copy link

hansman commented Feb 2, 2017

Running @google-cloud/[email protected], the topic.exists method does not resolve the promise but is pending indefinitely. This is not the case in @google-cloud/[email protected].

Environment details

Steps to reproduce

pubsubClient.topic('test').exists()
Promise { <pending> }
> pubsubClient.topic('test').exists().then(console.log)
Promise { <pending> }
@stephenplusplus
Copy link
Contributor

stephenplusplus commented Feb 4, 2017

This is likely a duplicate of #1955. Please follow along there. Thank you and sorry for the trouble.

@stephenplusplus stephenplusplus added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: pubsub Issues related to the Pub/Sub API. labels Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants