Fix custom dispatcher
This commit is contained in:
parent
58f6105003
commit
1d1dfdc69c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ import akka.dispatch.Mailboxes
|
|||
// specific support in classic Mailboxes
|
||||
dispatcherProps.withMailbox(s"${Mailboxes.BoundedCapacityPrefix}$capacity")
|
||||
case MailboxFromConfigSelector(path, _) =>
|
||||
props.withMailbox(path)
|
||||
dispatcherProps.withMailbox(path)
|
||||
}
|
||||
|
||||
mailboxProps.withDeploy(Deploy.local) // disallow remote deployment for typed actors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue