dalekjs / dalek-browser-chrome

[unmaintained] Chrome Browser bindings for DalekJS
MIT License
15 stars 9 forks source link

Weird message after test execute #4

Open ryanzec opened 11 years ago

ryanzec commented 11 years ago

After all my test execute I get this at the end:

ERROR: Error: connect ECONNRESET ERROR: Error: socket hang up

Does not seems to effect the test or anything as this come after they all run and after the x/x assertions passed. Elapsed Time: x sec and the chrome does successfully close itself but it is something that should probably be cleaned up.

asciidisco commented 10 years ago

Yes, I saw that too. This was always there, but only after the update that now reports all error messages, this became visible. The problem here is, that the chromedriver is killed before all connections are shutdown. This should be fairly easy to fix.