Closed jabr closed 8 years ago
It looks like this line is wrong:
https://github.com/marcelklehr/smokesignal/blob/develop/lib/node.js#L140
if(!this.peers.isSufficientlyFilled) {
It looks like that should be:
if(!this.peers.isSufficientlyFilled()) {
Yes, indeed. Nice catch!
I'll send you a PR.
It looks like this line is wrong:
https://github.com/marcelklehr/smokesignal/blob/develop/lib/node.js#L140
It looks like that should be: