on any exception (e.g. mysql) in direct methods the process/server dies.
i think the catch in lib/router.js (line 100) will never catch an exception, because the direct function is executed asynchronously. => the exception is throw outside/after the try/catch.
i'm not sure if i miss something. some help would be wonderful ;).
hi,
i discovered the following problem:
on any exception (e.g. mysql) in direct methods the process/server dies. i think the catch in lib/router.js (line 100) will never catch an exception, because the direct function is executed asynchronously. => the exception is throw outside/after the try/catch.
i'm not sure if i miss something. some help would be wonderful ;).
mithrandir