LeonHartley / Coerce-rs

Actor runtime and distributed systems framework for Rust
713 stars 23 forks source link

Cannot clone Receiver, nor notify #20

Closed AdriaanPrinsloo closed 1 year ago

AdriaanPrinsloo commented 1 year ago

Hi Leon,

My team and I are investigating moving over from Actix to Coerce, well done, it's a very nice implementation, but I've found a couple of things that may make it hard for us, maybe I'm not looking at the code properly, so please correct me if I'm wrong.

Cheers, Adriaan Prinsloo

LeonHartley commented 1 year ago

Hey @AdriaanPrinsloo,

Thanks a lot for your kind words! Regarding the 2 points you mentioned, definitely not on purpose. If you'd like to raise a pull request for those, that'd be amazing!

Again, thank you, and I look forward to reviewing the pull requests! :-)

AdriaanPrinsloo commented 1 year ago

Hi @LeonHartley I've just submitted: https://github.com/LeonHartley/Coerce-rs/pull/21 to try resolve this issue.

LeonHartley commented 1 year ago

Thanks @AdriaanPrinsloo

LeonHartley commented 1 year ago

I've merged this, and released 0.8.9, cheers!