mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
133 stars 26 forks source link

GDAL operations involving multiple datasets are not thread-safe when an event loop warning is emitted #16

Closed mmomtchev closed 2 years ago

mmomtchev commented 2 years ago

GDAL operations involving multiple datasets such as warping run without acquiring any locks when an event loop warning is emitted.

Affects node-gdal-async 3.3.0 to 3.3.6 included.