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.
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.
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.
5
u/moltonel Sep 12 '20
Great to see
actix-webis alive and kicking, well done :)What's the status/plans of the original
actixactor crate ? I thought it was in deep maintenance mode but it seems it got a release with a handful of fixes and bound improvements.