getdns-node icon indicating copy to clipboard operation
getdns-node copied to clipboard

Use Nan::AsyncResource

Open joelpurra opened this issue 4 years ago • 0 comments

  • Nan::MakeCallback, Nan::Callback::Call, and have been deprecated.
  • The recommended approach is Nan::AsyncResource.
  • Hobbled together the commit from test code and random examples.
  • Does not seem to affect the SIGSEGV issues.

joelpurra avatar Jun 09 '21 19:06 joelpurra