Lemmy: Upgrade to actix 2.0?

Created on 1 Jan 2020  路  5Comments  路  Source: LemmyNet/lemmy

As actix is updated to 2.0 and is stable any plans for upgrading it in lemmy?

Thank You.

enhancement good first issue

Most helpful comment

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.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings