Moved away from actix - now using axum in version 0.16 #5
gh0st42
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to hard to trace bugs when mixing tokio code with actix in the more recent actix releases, I decided to switch everything to axum. This is a much more lightweight web framework and works directly with tokio.
So far, much fewer dependencies, faster compile times and the websocket disconnects that occurred sometimes have disappeared.
Beta Was this translation helpful? Give feedback.
All reactions