barrettj12 / chords

A web app for viewing my chord collection.
https://chords.fly.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

Race condition on search autocomplete requests #27

Closed barrettj12 closed 1 year ago

barrettj12 commented 1 year ago

If you type two characters in the search bar at nearly the same time (e.g. quickly type wh), the API requests might come back out-of-order (so the search bar will show suggestions for w, not wh).

barrettj12 commented 1 year ago

Asked on Stack Overflow, let's see if anyone bites. https://stackoverflow.com/questions/77331008/js-fetch-managing-concurrent-requests

barrettj12 commented 1 year ago

Fixed in f448e88