Improvements based on feedback. See #1458
This commit is contained in:
parent
1bce4c39c3
commit
df260f8939
18 changed files with 113 additions and 103 deletions
|
|
@ -30,7 +30,7 @@ class TestActorRef[T <: Actor](
|
|||
name: String)
|
||||
extends LocalActorRef(
|
||||
_system,
|
||||
_props.withDispatcher(CallingThreadDispatcher.ConfigKey),
|
||||
_props.withDispatcher(CallingThreadDispatcher.Id),
|
||||
_supervisor,
|
||||
_supervisor.path / name,
|
||||
false) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue