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

Router delegation #2

Open
bradgessler opened this issue Jul 26, 2011 · 1 comment
Open

Router delegation #2

bradgessler opened this issue Jul 26, 2011 · 1 comment

Comments

@bradgessler
Copy link

A parent router should be able to delegate message routing to another router. When delegation occurs, the parent router needs to set a reference on the child router so that we can perform loop detection.

@thoughtless
Copy link
Contributor

It is now possible to do router delegation (with version 0.1.1) with something like mount MyOtherRouter.new. However, a reference to the parent router is not automatically passed through, and there is no support (yet) for loop detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants