node-i2p
node-i2p copied to clipboard
Example code not working
Hello, I tried the example code from the README. But when I try to connect to the server I get:
BaseConnection.js:41 client.reuseConn(); ReferenceError: client is not defined
Could you please help me?
I'm getting exactly the same error.
Ah, figured it out. Change line 41 of BaseConnection.js to say self.reuseConn();
instead of client.reuseConn();