Conversation
ATTENTION maintainers: several of the examples need your expert opinion - they are currently panicking with ``` thread 'main' panicked at '`spawn_local` called from outside of a `task::LocalSet`', .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.19.2/src/task/local.rs:306:18 ``` * Update to latest Actix * Fix build instructions * Mark several tests as failing to avoid confusing users
|
@robjtede thx for merging the other PRs, I tried to migrate to the new version of Actix, but i think I might need an expert to look over the changes - I wouldn't want to give the wrong info in the book, but the current info is severely outdated. Any feedback would be great, thx! |
As far as I can tell, since actix-rt v2, you have to run actors inside |
| # intellij files | ||
| **/.idea |
There was a problem hiding this comment.
I'd prefer to place it on your gitignore config.
|
Could you also upgrade MSRV CI to 1.54? Or, we even don't have to check MSRV here. |
ATTENTION maintainers: several of the examples need your expert opinion - they are currently panicking with