You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think access to the layerMap in processLayerTar is the problem. It is not thread safe. You could fix it with a mutex or just eliminating concurrency. See #105 .
Images with more layers sometimes show this:
This is within
_, err = tarReader.Read(tarredBytes)
The text was updated successfully, but these errors were encountered: