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

Fix routing issues when loading a Router via a dynamic library #1806

Merged
merged 3 commits into from
Mar 3, 2023

Conversation

davidpdrsn
Copy link
Member

Fixes #1803

I also tested it with the repro script and does indeed fix the problem.

@davidpdrsn
Copy link
Member Author

@Curid do you wanna test this to double check that it works?

axum/src/routing/mod.rs Outdated Show resolved Hide resolved
@davidpdrsn davidpdrsn requested a review from jplatte March 3, 2023 10:05
axum/src/routing/mod.rs Show resolved Hide resolved
@davidpdrsn
Copy link
Member Author

I'll just merge this. @Curid let us know if it doesn't work for you :)

@davidpdrsn davidpdrsn merged commit 5a58eda into main Mar 3, 2023
@davidpdrsn davidpdrsn deleted the david/fix-dylib-routing branch March 3, 2023 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dylib routing issue caused by RouteId
2 participants