!str Increased test coverage
This commit is contained in:
parent
a318676f4a
commit
14ef65262f
29 changed files with 545 additions and 162 deletions
|
|
@ -131,7 +131,8 @@ private[akka] abstract class TwoStreamInputProcessor(_settings: MaterializerSett
|
|||
|
||||
var secondaryInputs: Inputs = _
|
||||
|
||||
other.getPublisher.subscribe(new OtherActorSubscriber(self))
|
||||
override def publisherExposed(): Unit =
|
||||
other.getPublisher.subscribe(new OtherActorSubscriber(self))
|
||||
|
||||
override def waitingForUpstream: Receive = super.waitingForUpstream orElse {
|
||||
case OtherStreamOnComplete ⇒
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue