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

Change to blocking receive #1

Open
jgoclawski opened this issue Jan 25, 2017 · 1 comment
Open

Change to blocking receive #1

jgoclawski opened this issue Jan 25, 2017 · 1 comment

Comments

@jgoclawski
Copy link
Member

Currently receive tries to fetch 1 message and returns immediately. We should change it to a blocking call.

One caveat that @rakenrol mentioned is that if nothing is fetched for 10 s. a timeout exception (Gax) is raised.

@riklaunim
Copy link
Contributor

Using newer google-cloud-pubsub solves that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants