riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

replay_event on Box<Actor> doesn't actually call replay_event #47

Closed jpopesculian closed 5 years ago

jpopesculian commented 5 years ago

Just wanted to make this an official issue, because it's fairly critical if you're dealing with persistance. #40 fixes this :smile: