sandbox icon indicating copy to clipboard operation
sandbox copied to clipboard

TimeoutError at every run.

Open alfa256 opened this issue 13 years ago • 3 comments

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.

alfa256 avatar Jun 10 '12 08:06 alfa256

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)

sambol avatar Jul 02 '12 15:07 sambol

Same again in Raspbian, Node version 0.10.13, Sandbox 0.8.3

nevercast avatar Aug 01 '13 05:08 nevercast

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.

fresheneesz avatar Dec 30 '14 23:12 fresheneesz