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

correcting example to use NavigationActor #114

Closed casonadams closed 4 years ago

casonadams commented 4 years ago

Maybe my english is poor. But I am updating the example code that Is using a GpsActor and Should be using a NavigationActor. However, there is a typo in the code where GpsActor is the only object being used. So this PR corrects this so the example can use the intended objects.