Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle sync methods #21

Closed
aesteve opened this issue Apr 3, 2015 · 0 comments
Closed

Handle sync methods #21

aesteve opened this issue Apr 3, 2015 · 0 comments
Assignees

Comments

@aesteve
Copy link
Owner

aesteve commented Apr 3, 2015

When a route is very simple calling context.next() every time could be a pain (not to mention users will forget when they don't do async stuff).

So, if the method doesn't declare a RoutingContext parameter, call context.next() programatically once the method has returned.

@aesteve aesteve self-assigned this Apr 3, 2015
@aesteve aesteve added this to the 0.1 milestone Apr 3, 2015
aesteve pushed a commit that referenced this issue Jul 2, 2015
@aesteve aesteve closed this as completed Jul 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant