geosolutions-it / nexus-geonode

Nexus Platform
BSD 2-Clause "Simplified" License
0 stars 4 forks source link

Sometimes cancelled requests show up again at the next progress update #570

Closed DavidQuartz closed 2 years ago

DavidQuartz commented 2 years ago

When the user cancels a request there's a time window where the backend still returns the progress for the cancelled resource. This causes a flickering: the client removed the card but it shows up again when it received the new progress, still containing the cancelled upload. Two alternative solutions:

In both cases the client has to keep track of the cancelled uploads.