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

When a route matches multiple handlers, make it FIFO #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kalzem
Copy link

@Kalzem Kalzem commented May 16, 2019

#115

Makes registered routes being handled in a FIFO order.

It will not break any project because the current implementation of URLNavigator has no guaranteed order.

Jerome Pasquier added 2 commits January 28, 2019 10:32
New OrderedDictionary to make the list of matching routes FIFO
@Kalzem Kalzem changed the title When a route matches multiple handlers, make it FIFO #115 When a route matches multiple handlers, make it FIFO May 16, 2019
strangeliu added a commit to strangeliu/URLNavigator that referenced this pull request Jul 8, 2019
When a route matches multiple handlers, make it FIFO devxoul#121
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

Successfully merging this pull request may close these issues.

None yet

1 participant