Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Fix missing retries in Page.next #170

Merged
merged 3 commits into from
Aug 10, 2023
Merged

Conversation

jonasfj
Copy link
Contributor

@jonasfj jonasfj commented Aug 10, 2023

cc @isoos

@jonasfj jonasfj requested a review from sigurdm August 10, 2023 13:05
@jonasfj jonasfj requested a review from sigurdm August 10, 2023 13:29
@jonasfj
Copy link
Contributor Author

jonasfj commented Aug 10, 2023

@@ -428,7 +429,10 @@ class _SubscriptionImpl implements Subscription {
Future delete() => _api._deleteSubscription(_subscription.name!);

@override
Future<PullEvent?> pull({bool wait = true}) {
Future<PullEvent?> pull({
@Deprecated('returnImmediately has been deprecated from pubsub')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps leave a link to the documentation...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there isn't really any.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never mind...

@jonasfj jonasfj merged commit 2ec9bcb into dart-archive:master Aug 10, 2023
6 checks passed
@jonasfj jonasfj deleted the fix-page-retry branch August 10, 2023 13:43
devoncarew pushed a commit to dart-lang/labs that referenced this pull request Sep 27, 2024
* Fix missing retries in Page.next

* Ignore deprecated usage

* Propogate deprecation message
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants