Open nlarusstone opened 3 years ago
Debouncing (such as https://github.com/yourlabs/django-autocomplete-light/issues/188#issuecomment-692403134) helps -- which makes me think this is even more likely an issue in dal
@nlarusstone #188 concerns the old jquery script we had in DAL, which BTW has been ported to a WebComponent in yourlabs.io/oss/autocomplete-light
DAL now uses select2 JS
Hmmm that's interesting, thanks for pointing that out. I still think there's an issue with DAL since I only see that connection error when interacting with autocomplete fields.
I also only see it when running in development/debug mode....
I'm getting
ConnectionResetError: [Errno 54] Connection reset by peer
when trying to navigate to my autocomplete views.I'm running Python 3.9.1 and django-autocomplete-light==3.8.1.
It doesn't happen with any other URL in my app, which is why I'm suspicious of
dal