=str #17008 Close the TcpConnectionStream on failure.
This commit is contained in:
parent
c383ce46e2
commit
ee298a13c0
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ private[akka] abstract class TcpStreamActor(val settings: ActorFlowMaterializerS
|
|||
tcpOutputs.error(e)
|
||||
primaryInputs.cancel()
|
||||
primaryOutputs.error(e)
|
||||
tryShutdown()
|
||||
}
|
||||
|
||||
def tryShutdown(): Unit =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue