Fix typos of OutgoingConnectionStage's port names.
This commit is contained in:
parent
ef8414d253
commit
1c5c7be8ea
1 changed files with 2 additions and 2 deletions
|
|
@ -409,8 +409,8 @@ private[stream] object ConnectionSourceStage {
|
|||
extends GraphStageWithMaterializedValue[FlowShape[ByteString, ByteString], Future[StreamTcp.OutgoingConnection]] {
|
||||
import TcpConnectionStage._
|
||||
|
||||
val bytesIn: Inlet[ByteString] = Inlet("IncomingTCP.in")
|
||||
val bytesOut: Outlet[ByteString] = Outlet("IncomingTCP.out")
|
||||
val bytesIn: Inlet[ByteString] = Inlet("OutgoingTCP.in")
|
||||
val bytesOut: Outlet[ByteString] = Outlet("OutgoingTCP.out")
|
||||
override def initialAttributes = Attributes.name("OutgoingConnection")
|
||||
val shape: FlowShape[ByteString, ByteString] = FlowShape(bytesIn, bytesOut)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue