fairDataSociety / fairdrive-theapp

The main app to browse Fairdrive.
GNU General Public License v3.0
21 stars 7 forks source link

Wrong pod content #538

Closed tomicvladan closed 11 months ago

tomicvladan commented 11 months ago

When there is a huge latency in the swarm network, the app can show completely wrong content of selected pod.

Steps to reproduce:

  1. Make sure you have two created pods with distinguishable contents
  2. Select the first pod and immediately click on the second pod
  3. After a while, content of the first pod will be shown while in the pod list the second pod will be selected

Expected behaviour: Either changing pods while content is loading should be disabled. Or selecting a new pod should cancel previous request and trigger a new one.