Comparing version 1.1.5 to 1.1.6
@@ -10,3 +10,3 @@ var ipc=require('../../../node-ipc'); | ||
ipc.config.id = 'hello'; | ||
ipc.config.id = false; | ||
ipc.config.retry = 1000; | ||
@@ -24,3 +24,3 @@ | ||
{ | ||
id : ipc.config.id, | ||
//id : ipc.config.id, | ||
message : 'hello' | ||
@@ -27,0 +27,0 @@ } |
@@ -306,3 +306,3 @@ var net = require('net'), | ||
var socket=server.sockets[i]; | ||
var destroyedSocketId=null; | ||
var destroyedSocketId=false; | ||
@@ -309,0 +309,0 @@ if(socket){ |
{ | ||
"name": "node-ipc", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", | ||
@@ -5,0 +5,0 @@ "main": "node-ipc.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64851