petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
123 stars 53 forks source link

Added sleep function to meshpack reader #68

Closed kylefoley closed 1 year ago

kylefoley commented 1 year ago

We were running into an issue with very large NWD's where there would be multiple http errors when downloading assets all at the same time. This loop was modified so it pulls mesh packs at a more reasonable rate.

kylefoley commented 1 year ago

Forge-server-utils 9.0.0 has built in sleep/retry logic. Will be submitting PR with latest forge-server-utils added to package.json