google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

feature(pubsub): Added ReceiveOptions for message pulling #33

Closed yagince closed 3 years ago

yagince commented 3 years ago

I want to handle SIGNAL and do graceful shutdown, so I want the return_immediately option.

How about it?

Hirevo commented 3 years ago

I rebased the changes onto the latest master to ease the merging and testing process.

Hirevo commented 3 years ago

After running the tests, I can confirm that this PR is good to go ! :tada:

@yagince Thanks again for the contribution !

yagince commented 3 years ago

@Hirevo Thank you for your very kind comments!