As actix is updated to 2.0 and is stable any plans for upgrading it in lemmy?
Thank You.
I have other priorities at the moment, but if someone wants to do this I'd be more than happy to accept PRs.
I would love to help out over here but can someone guide me where do I start off from?
making function async , using actix runtime etc. I think actix web has migration guide too.
https://github.com/dessalines/lemmy/tree/master/server/src
The routes, websocket and main.rs files/folders have most of the actix stuff in them. It shouldn't be too difficult, except the websocket folder.
Most helpful comment
https://github.com/dessalines/lemmy/tree/master/server/src
The
routes,websocketandmain.rsfiles/folders have most of the actix stuff in them. It shouldn't be too difficult, except the websocket folder.