Describe the bug
Some network disruptions seemed to cause the app to become unresponsive.
To Reproduce
Steps to reproduce the behavior:
- Working on a way to replicate
Expected behavior
The app should recover from network gracefully,
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
More than likely, using httpx AsyncClient for fetches or adding timeout limits to the requests calls will fix this issue.
Describe the bug
Some network disruptions seemed to cause the app to become unresponsive.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app should recover from network gracefully,
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
More than likely, using httpx AsyncClient for fetches or adding timeout limits to the requests calls will fix this issue.