Subscription timeouts should not hit after stream ref subscribe #24626
This commit is contained in:
parent
d3055a7f7f
commit
d03d8fdd7e
3 changed files with 31 additions and 4 deletions
|
|
@ -175,6 +175,7 @@ private[stream] final class SinkRefStageImpl[In] private[akka] (
|
|||
def observeAndValidateSender(partner: ActorRef, failureMsg: String): Unit = {
|
||||
if (partnerRef.isEmpty) {
|
||||
partnerRef = OptionVal(partner)
|
||||
cancelTimer(SubscriptionTimeoutTimerKey)
|
||||
self.watch(partner)
|
||||
|
||||
completedBeforeRemoteConnected match {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue