TimeoutError at every run.
Node 0.6.19 and sandbox 0.8.4 : Running sandbox_test and example.js it barks TimeoutError as each output. Tested in Debian 6.0.4 and latest Fedora. update: tried changing the timeout prop inside sandbox.js to 5000 instead of 500 but i've got the same results.
I can also Replicate this on Ubuntu 12.12 and everything up to date. ( I can provide a virtual box snapshot of this if needed)
Same again in Raspbian, Node version 0.10.13, Sandbox 0.8.3
Did you guys define an onmessage function? If you did, you have to set the onmessage function to undefined eventually, otherwise it times out. Kind of a funky design, but that's what I found.