-
Hello!
We love actix actor framework and we've been using it in our production development for an year now. We've been using the registry functionality in our code, and mostly been reading the API …
-
`thread 'arbiter:958ce9ab-d45c-4a5f-992b-f000d803e32e:actor' panicked at 'Use Self::Context::notify() instead of direct use of address', /home/mitchell/.cargo/registry/src/github.com-1ecc6299db9ec823/…
-
It would be nice if the library could automatically generate required HTTP routes, because these require a lot of boilerplate code. This would at minimum be a GET endpoint for each actor/object, and a…
-
So I've switched to vanilla Gtk4 and I'm mostly fine, however in async contexts I'd really like to do Tokio related stuff. If I understand correctly, https://github.com/idanarye/woab/blob/master/src/e…
-
**Is your feature request related to a problem? Please describe.**
Currently, you can't register `LuaActor` to `System` or `Arbiter` since it does not implement `SystemService`. In order to implement…
-
Hey there, I would like to contribute to this project, although I'm relatively new to rust but if anyone can point me to the right direction towards how to go about upgrading it to the latest actix-we…
mygnu updated
6 years ago
-
In https://github.com/Restioson/xtra/issues/119 and other places, we have discussions that ultimately come down to optimising for different goals.
I am opening this issue to propose and discuss a man…
-
Do we want?? Do we not want??
-
Speaking of what came up in #537: binding `FutureResult`-returning functions into gluon and using `.run_expr_async` / `.call_async` to get a future that'll execute the code.
Maybe also speak of `st…
-
This library does not support versions of `actix-web` greater than the latest version 3 release (`3.3.3`). It would be awesome if Actix version 4 support is added in!