fixes #188 rev v9.2.0

This commit is contained in:
Brandon 2021-07-01 16:30:09 -07:00
parent 1bb8a3911f
commit 83ee8b559c
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "node-ipc",
"version": "9.1.4",
"version": "9.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "node-ipc",
"version": "9.1.5",
"version": "9.2.0",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"main": "node-ipc.js",
"directories": {

View File

@ -326,6 +326,7 @@ function connectNet(id,host,port,callback){
this.of[id] = new Client(this.config,this.log);
this.of[id].id = id;
(this.of[id].socket)? this.of[id].socket.id=id:null;
this.of[id].path = host;
this.of[id].port = port;