akka-stream compiler warnings as fatal errors (#26673)
This commit is contained in:
parent
6207484c0e
commit
7e7901ad49
53 changed files with 276 additions and 183 deletions
|
|
@ -196,6 +196,8 @@ private[stream] final class SourceRefStageImpl[Out](val initialPartnerRef: Optio
|
|||
s"Received UNEXPECTED Terminated($ref) message! " +
|
||||
s"This actor was NOT our trusted remote partner, which was: $getPartnerRef. Tearing down."))
|
||||
}
|
||||
|
||||
case (_, _) => // keep the compiler happy (stage actor receive is total)
|
||||
}
|
||||
|
||||
def tryPush(): Unit =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue