One more tryFailure
This commit is contained in:
parent
acdabeff74
commit
ea76a0c4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ import scala.concurrent.{ Future, Promise }
|
|||
}
|
||||
f.cause.foreach(ex.initCause)
|
||||
bindingPromise.failure(ex)
|
||||
unbindPromise.failure(ex)
|
||||
unbindPromise.tryFailure(ex)
|
||||
failStage(ex)
|
||||
case c: Connected ⇒
|
||||
push(out, connectionFor(c, sender))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue