Closed mneumann closed 4 years ago
This is the same bug as #120 and is already fixed on master.
Until it's published to crates.io you could use the git repo as a dependency:
[dependencies]
riker = {git = "https://github.com/riker-rs/riker"}
@leenozara Could you publish the current version to crates?
0.4.2 is now available.
@nothingismagick thanks for fixing it!
It wasn't me. But thanks to this awesome community it got done and merged and released.
This works:
But when I use space in the actor name, it crashes:
I'd expect it to return an
Err
instead.