=str #15191 Verify that stage actors are stopped
* found one bug of too early actor stop and thereby missing cancel of upstream, in fan-in tests ""work with one immediately failed and one nonempty publisher"
This commit is contained in:
parent
2152340ba8
commit
f930bcdda8
46 changed files with 373 additions and 306 deletions
|
|
@ -27,13 +27,14 @@ import scala.concurrent.{ Await, ExecutionContextExecutor }
|
|||
/**
|
||||
* INTERNAL API
|
||||
*/
|
||||
private[akka] case class ActorFlowMaterializerImpl(override val system: ActorSystem,
|
||||
override val settings: ActorFlowMaterializerSettings,
|
||||
dispatchers: Dispatchers,
|
||||
supervisor: ActorRef,
|
||||
flowNameCounter: AtomicLong,
|
||||
namePrefix: String,
|
||||
optimizations: Optimizations)
|
||||
private[akka] case class ActorFlowMaterializerImpl(
|
||||
val system: ActorSystem,
|
||||
override val settings: ActorFlowMaterializerSettings,
|
||||
dispatchers: Dispatchers,
|
||||
val supervisor: ActorRef,
|
||||
flowNameCounter: AtomicLong,
|
||||
namePrefix: String,
|
||||
optimizations: Optimizations)
|
||||
extends ActorFlowMaterializer {
|
||||
import ActorFlowMaterializerImpl._
|
||||
import akka.stream.impl.Stages._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue