koajs / koa.io

[MAINTAINERS WANTED] Realtime web framework combine koa and socket.io.
429 stars 51 forks source link

Errors not thrown on io.routes #43

Open norman784 opened 8 years ago

norman784 commented 8 years ago

Its hard to catch issues if the socket routes not throwing errors, one way to handle it, its to put a try catch in each route, but I find it quite annoying to put it every time when in development.