nodeload icon indicating copy to clipboard operation
nodeload copied to clipboard

Issue #15 Object #<Client> has no method 'destroy'

Open thegoleffect opened this issue 12 years ago • 1 comments

Fix by checking if client and client.destroy exists, else don't run destroy.

thegoleffect avatar Mar 29 '12 18:03 thegoleffect

Just by looking at the code: wouldn't this just jump over the destruction of the oldclient? This just leads to Error: connect EADDRINUSE, since the client is started up trying to bind itself to the same port. Seems the issue might be a little deeper.

garbrand avatar Jul 30 '12 15:07 garbrand