Skip to content

Commit

Permalink
updated ipc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanschwarz committed Jan 21, 2021
1 parent 25b2405 commit 98d2ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ function ipcPingTest(job, toggleIPC) {
toggleIPC(
(msg, closeIPC) => {
console.log(msg)
closeIPC()
}, (sendMessageToMaster) => sendMessageToMaster({ status: 4, data: 'ping' })
)
)
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'nschwarz:cluster',
version: '2.0.0',
version: '2.0.1',
summary: 'native nodejs clusterization for meteor server',
git: 'https://github.com/nathanschwarz/meteor-cluster.git',
documentation: 'README.md'
Expand Down

0 comments on commit 98d2ab0

Please sign in to comment.