mattstyles / koa-socket

Sugar for connecting socket.io to a koa instance
242 stars 50 forks source link

Make event available in context for middlewares #3

Closed git-jiby-me closed 9 years ago

git-jiby-me commented 9 years ago

This patch makes event available to the middleware in context, so that middlewares can do proper routing using the event.

mattstyles commented 9 years ago

Looks all good to me! Thanks for the contribution!