meilisearch-dart icon indicating copy to clipboard operation
meilisearch-dart copied to clipboard

Add support of dio cancel tokens

Open vasilich6107 opened this issue 1 year ago • 1 comments
trafficstars

Description In case of simple search input while user is typing I'm spawning new request and I want co cancel old one if it is in progress

vasilich6107 avatar Jan 22 '24 14:01 vasilich6107

since exposing dio's cancel token class would tightly couple this package with dio, what do you think about this solution?

https://stackoverflow.com/a/54905898/4009642

ahmednfwela avatar Feb 17 '24 00:02 ahmednfwela