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

Find handler methods during initialization #49

Closed
ahx opened this issue Jan 22, 2020 · 1 comment
Closed

Find handler methods during initialization #49

ahx opened this issue Jan 22, 2020 · 1 comment

Comments

@ahx
Copy link
Owner

ahx commented Jan 22, 2020

Currently handler functions are searched during each request, which is time consuming and not neccessary.

The plan:

  • move the namespace option from OperationResolver to Router and let Router find the handler method during initialization
  • replace OperationResolver with a very simple CallHandler class or the like
@ahx ahx added the enhancement New feature or request label Jan 22, 2020
@ahx ahx added this to the 0.7 milestone Jan 22, 2020
@ahx ahx added performance and removed enhancement New feature or request labels Jan 22, 2020
@ahx
Copy link
Owner Author

ahx commented Mar 24, 2020

Closed

@ahx ahx closed this as completed Mar 24, 2020
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