Async callback fix
Pre-release
Pre-release
BUG FIXED
- Async callbacks invoked with env is gone and leads to a crash
- The eventloop-group created for node never cleaned up.
- Asynced write operation for a Bufferarray based on a C managed buffer will crash, as the C buffer get cleaned up after the callback, before the async operation finishes.