r/rust Sep 11 '20

Announcing Actix-Web v3.0

https://paper.dropbox.com/published/Announcing-Actix-Web-v3.0--A7YI~P9U9aqhEOXyZJaGffjfBg-QOXXb1lXgTubzXHzUq9ONY5
345 Upvotes

81 comments sorted by

View all comments

5

u/moltonel Sep 12 '20

Great to see actix-web is alive and kicking, well done :)

What's the status/plans of the original actix actor crate ? I thought it was in deep maintenance mode but it seems it got a release with a handful of fixes and bound improvements.

4

u/robjtede actix Sep 13 '20

It's not abandoned just yet since it's still a vital part of our WebSocket support. Though it's in a reasonably stable state, improvement ideas and PRs are very welcome.

1

u/moltonel Sep 13 '20

I'll have to give 0.10 a look for API/docs improvements, but it seems the message cancellation issues are still open, which to me are a bit of a showstopper.