We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use AbortController to abort a pending fuzzy search. Otherwise, a scenario such as the following can occur:
AbortController
I believe this scenario can happen quite frequently if the second call hits the AnteaterAPI cache and the first one misses.
https://trpc.io/docs/client/vanilla/aborting-procedure-calls
There are probably other places in our codebase where we may want to abort procedure calls.
example:
The text was updated successfully, but these errors were encountered:
timobraz
No branches or pull requests
Use
AbortController
to abort a pending fuzzy search. Otherwise, a scenario such as the following can occur:I believe this scenario can happen quite frequently if the second call hits the AnteaterAPI cache and the first one misses.
https://trpc.io/docs/client/vanilla/aborting-procedure-calls
There are probably other places in our codebase where we may want to abort procedure calls.
example:
Recording.2024-12-11.145521.mp4
The text was updated successfully, but these errors were encountered: