programatik29 / axum-server

High level server designed to be used with axum framework.
MIT License
174 stars 60 forks source link

Remove `Sync` requirement for services #23

Closed davidpdrsn closed 2 years ago

davidpdrsn commented 2 years ago

I've some more testing on our code at work and don't actually think services need to implemented Sync. So for axum 0.3 its services most likely wont be Sync (https://github.com/tokio-rs/axum/pull/401). That broke stuff in axum-server however. This fixes that.

programatik29 commented 2 years ago

I think this won't be necessary since I am doing a total rewrite. Rewrite branch should work with axum 0.3.