Skip to content

Tags: bytedance/node-unix-socket

Tags

v0.2.7

bump version

v0.2.6

fix: clean up handles in worker_threads environments to prevent aborting

When using in `worker_threads` Workers, Node.js will abort with messages like:

```
uv loop at [0x00000000] has open handles...
```

when workers are exiting or are terminated with active `DgramSocket` or `SeqpacketSocket`.

To fix this issue, we need clean up all active uv_handles in hooks registered by `napi_add_env_cleanup_hook`.

v0.2.5

bump version

v0.2.4

fix: fix wrong package name

v0.2.3

fix: fix missing .d.ts files

v0.2.2

fix: exclude typescript files in the npm package

v0.2.1

ci: add build config for more platforms

v0.2.0

ci: publish without checking comments

v0.1.3

0.1.3

v0.1.2

0.1.2