!str #17393: Make stream-tests pass with serialize-messages=on
This commit is contained in:
parent
0e6694a102
commit
f4c83771bb
37 changed files with 121 additions and 159 deletions
|
|
@ -27,10 +27,10 @@ private[akka] object TcpStreamActor {
|
|||
connectCmd: Connect,
|
||||
materializerSettings: ActorFlowMaterializerSettings): Props =
|
||||
Props(new OutboundTcpStreamActor(processorPromise, localAddressPromise, connectCmd,
|
||||
materializerSettings)).withDispatcher(materializerSettings.dispatcher)
|
||||
materializerSettings)).withDispatcher(materializerSettings.dispatcher).withDeploy(Deploy.local)
|
||||
|
||||
def inboundProps(connection: ActorRef, settings: ActorFlowMaterializerSettings): Props =
|
||||
Props(new InboundTcpStreamActor(connection, settings)).withDispatcher(settings.dispatcher)
|
||||
Props(new InboundTcpStreamActor(connection, settings)).withDispatcher(settings.dispatcher).withDeploy(Deploy.local)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue