c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.09k stars 78 forks source link

Frontend socket close support to avoid exceptions. #62

Closed marcominetti closed 10 years ago

marcominetti commented 10 years ago

Frontend websocket close was not properly detected causing exception on following console.log through onBackendMessage.

c4milo commented 10 years ago

LGTM

c4milo commented 10 years ago

v0.3.1 in NPM, includes this fix. Thank you!