Skip to content

lib: support keepOpen options in process.send for handle/socket/server

Currently keepOpen is only used for net.Socket, I think we can support this option for all types of handle(such as native handle / Socket / net Server). The user can use it to control whether the socket needs to be closed.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading