gf3 / sandbox

A nifty JavaScript sandbox for Node.js
ISC License
844 stars 123 forks source link

TimeoutError at every run. #18

Open alfa256 opened 12 years ago

alfa256 commented 12 years ago

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.

sambol commented 12 years ago

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)

nevercast commented 10 years ago

Same again in Raspbian, Node version 0.10.13, Sandbox 0.8.3

fresheneesz commented 9 years ago

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.