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

Make replay_event on Box<Actor> actually call replay_event #40

Closed ghtyrant closed 5 years ago

ghtyrant commented 5 years ago

The Actor implementation for Box calls apply_event in its replay_event wrapper.

danmerino commented 5 years ago

@ghtyrant I ran into this same problem and did the same fix! Can we merge this in @leenozara ?