Martin Gleria

Results 1 issues of Martin Gleria

Hi. When I execute the function: ``` client.disconnect(host,port) .then(function(id){ console.log('Device id:',id,'disconected');}) .catch(function(err){ console.error('Something went wrong:', err.stack)}) ``` I get the next output: > Something went wrong: Error: disconnected 172.30.1.67:5555 at...