Closed Power2All closed 1 year ago
@davidpdrsn No issues anymore, your fix solved it permanently, thanks ! Shall I close the ticket, so you can make a merge request or something ?
Great!
I'd like to close the issue by merging the PR. That way GitHub links them together.
I guess the PR didn't close this 😅 anyways fixed in https://github.com/tokio-rs/axum/pull/1958 and released in 0.6.17 🎉
I think there is still a performance problem with the latest version. Will check with v0.6.12 again to see if it still has a performance problem eventually. Loading from the service is very slow eventually, so something seems to be up.
[Edit] First trying to see if it's a SQLite3 lock issue. Noticed this when I shut it down, might be my own connect string ;)
I did a bunch of benchmarking for another issue and nesting is faster in 0.6.13+ whereas fallbacks are a bit slower. Otherwise performance should be the same.
Bug Report
Version
Platform
Ubuntu 22.04
Description
There is a bug it seems in the Axum code of 0.6.16 where it reaches unreachable code, and panic errors.
I tried to cleanup the registry and re-download and re-compile the code, but it still happens. Going to downgrade it a minor version, and see if it happens on former versions. Will report and edit this post if I got any.