Restioson/xtra

Merge `Disconnected` and `ActorShutdown`

thomaseizinger opened this issue · 1 comments

IMO, they both basically represent the same thing.

When doing this, it would also be good to capture the actors name using std::any::type_name as a &'static str in the error for the Display impl.

Actually, I think we don't necessarily need to merge them but I'd like to remove ActorShutdown from the public API and use Disconnected everywhere.