This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
Cancel in-progress history suggestions requests #12469
Closed
Mugurell opened this issue
Jul 11, 2022
· 0 comments
· Fixed by #12496 or nathanmkaya/android-components#362
Closed
Cancel in-progress history suggestions requests #12469
Mugurell opened this issue
Jul 11, 2022
· 0 comments
· Fixed by #12496 or nathanmkaya/android-components#362
Milestone
Comments
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 11, 2022
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 11, 2022
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 11, 2022
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 11, 2022
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 14, 2022
Multiple readers allow to start and cancel history suggestions requests without any impact on other in-progress PlacesApi queries.
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 14, 2022
4 tasks
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 15, 2022
… new awesomebar suggestions
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 15, 2022
… new awesomebar suggestions
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 15, 2022
… new awesomebar suggestions
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 15, 2022
… new awesomebar suggestions
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 15, 2022
… new awesomebar suggestions
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 18, 2022
… new awesomebar suggestions
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 19, 2022
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 19, 2022
4 tasks
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Jul 28, 2022
…it interrupts The OperationInterrupted exceptions are expected so logging them to the crash servers has little use.
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As a follow-up to mozilla-mobile/fenix#25875 and based on the discussions with @mhammond we should cancel all in-progress requests before making another ones to prevent against them being queued and so delaying getting the results for the last entered text for which we should provide suggestions.
For this we should use
PlacesConnection.interrupt()
.Important details:
interrupt
calls will cancel all reads so we need to ensure thePlacesReaderConnection
is not used for other unrelated requests also.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: