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
In the next version ds.close() will block until the currently running I/O finishes (it cannot be canceled) and then it will cancel all operations that have not yet started - they will end up rejecting with Dataset closed
Frankly, if I had seen this sooner, I would have probably settled for it 😄
But I already implemented a locking hierarchy on top of Brian Revis excellent PtrManager which manages the lifetime of all datasets
juneidy
pushed a commit
to juneidy/node-gdal-next
that referenced
this issue
Feb 27, 2023
This is not expected to work, but the user should be protected against a segfault.
The text was updated successfully, but these errors were encountered: