Ilan Gold
Ilan Gold
@zakjan All of those files worked for me fine. I think the issue happens only with a high velocity of reads. The only file that I couldn't find/download/create was `5ae862e00b093000130affda.tif`.
@constantinius One option that just occurred to me would be to not use the cache at all when using the `AbortSignal`. I am going to play around this, but 1)...
This would also allow you to keep the `LRUCache` which I imaging helps for geospatial-oriented/node applications more than it does for these "high velocity" image pyramids.
@acthp Have you managed any progress on this?
@acthp I am not familiar with the specifics why things were done a certain way in this repo, but I imagine that since our use-case is the most stressful, whatever...
@constantinius Do you have any thoughts here?
FWIW @constantinius I never had that issue in the browser (having to bundle with `worker-loader`) with either my bundle using`geotiff` or upstream applications that used my own bundle when it...
@PacoDu This was not my experience with threads.js - I needed to have the plug-in serve the worker file out of my `node_modules` folder. I think that is what we...
No worries. That package looks very interesting. I had no idea about the Node usage. Still, for the browser, I think we'd want to do inline bundling since upstream applications...
That's fair - I think I'll make a PR documenting this. Would you be ok with me also exposing `getDecoder` to solve #148?