Several samples of akka.net features, patterns and tricks.
- Priority Mailbox
- Error Handling
- Schedule Messages
- At Least Once
- Initialization (Initialization by func without lose changed values after incarnation)
- Async Request/Response (without propagate ask and forward between actors)
- Inject runtime/dynamic values in hocon (Hocon Substitution)
- Simulate ReenterAfter (https://proto.actor/docs/scheduling/)