allows instances to be removed from pool

This commit is contained in:
Zachary Boyd 2017-03-24 20:11:42 -04:00
parent c08946cc24
commit 9c939f230b

View file

@ -44,4 +44,8 @@ Example (in node):
client.emit('newIps');
console.log('clients have new ips!')
});
`
`
## Test
Tests are written in mocha, just run `npm test`