Hi, first I'd like to thank you for this framework.
I've just started to use it and I'm going through the quick guide tutorial on your website.
I thought I'd let you know, that simply using console.log as the callback function of the Seneca.act method leads to time outs. The simple way to work around this is using a proper function(err, response) { console.log(response) }.