Martin Smola

Results 5 comments of Martin Smola

Your `_blockingTest` function is blocking entire application and the framework can't even process any timeouts. Try to use bellow code instead: ``` function testTimeout () { setTimeout(() => this.view('index'), 10000);...

In your code in `ROUTE('#408',` you still need to set the status. So before `self.json(..` add `self.status = 408;`

Thanks @sharadraju for the quick answer. No i never used oracledb before.

Thank you @sharadraju I'll test it when i have time and report back if needed.

Most of the modern code editors has this build-in, so i assume there must be demand for it. I only use it occasionally, but i still find it useful.