GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Propose plan to usage of AbortSignal #485

Open JonasKellerer opened 3 weeks ago

JonasKellerer commented 3 weeks ago

Currently, we send AbortSignals in our queries. However, we are not using the functionality (aborting requests during the call) of them. Find out, how we could use them and propose a plan how to implement the necessary changes.