Fix custom dispatcher

This commit is contained in:
Christopher Batey 2019-10-03 11:16:12 +01:00
parent 58f6105003
commit 1d1dfdc69c

View file

@ -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