Merge pull request #13 from RIAEvangelist/brandon

Brandon
This commit is contained in:
Brandon Nozaki Miller 2014-03-11 10:41:46 -07:00
commit f3bd273749
2 changed files with 2 additions and 1 deletions

View file

@ -141,6 +141,7 @@ function init(path,config,log,port){
} }
function serverCreated(socket) { function serverCreated(socket) {
server.sockets.push(socket);
if(socket.setEncoding) if(socket.setEncoding)
socket.setEncoding(server.config.encoding); socket.setEncoding(server.config.encoding);

View file

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