evothings / evothings-studio

Evothings Studio
http://www.evothings.com/
Apache License 2.0
53 stars 33 forks source link

Uncaught node.js error after leaving Evothings running #57

Closed ghost closed 9 years ago

ghost commented 9 years ago

Report from user:

"I've just seen this after leaving Evothings open for a few days on my MBP. The machine will have been put to sleep a couple of times too so I guess it'll be a real 'outlier' of a scenario!"

Error log shows that the error occurs in hyper-server.js on line 664:

mUDPServer.close()

Possible solution:

Put try/catch around the code causing the error.

stacktraceissue57

ghost commented 9 years ago

A fix for this bug is here: https://github.com/divineprog/HyperReload/commit/252a87b66c8651ba9c6d49338569754e40c9a79c

ghost commented 9 years ago

What is the status of this issue? Is this still a problem after applying the above bug fix?