Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oyyd committed Jul 20, 2022
1 parent 62565d5 commit f7bfc8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.1.1
## 0.1.2
fix: running on linux throws errors

## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion js/seqpacket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type NotifyCb = () => void;

/**
* SeqpacketServer is used to create a SOCK_SEQPACKET server.
* Note that sockets of SOCK_SEQPACKET don't works on MacOS and currently SeqpacketServer doesn't work with `cluster` module, i.e. you can share a SeqpacketServer across different Node.js processes.
* Note that sockets of SOCK_SEQPACKET don't works on MacOS and currently SeqpacketServer doesn't work with `cluster` module, i.e. you can't share a SeqpacketServer across different Node.js processes.
*
* SeqpacketServer is also an `EventEmitter` and will emit events including:
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-unix-socket",
"version": "0.1.1",
"version": "0.1.2",
"main": "js/index.js",
"types": "js/index.d.ts",
"author": {
Expand Down

0 comments on commit f7bfc8f

Please sign in to comment.