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
|
|
@ -139,7 +139,7 @@ private[stream] final class SourceRefStageImpl[Out](
|
|||
|
||||
lazy val initialReceive: ((ActorRef, Any)) ⇒ Unit = {
|
||||
case (sender, msg @ StreamRefsProtocol.OnSubscribeHandshake(remoteRef)) ⇒
|
||||
cancelTimer("SubscriptionTimeoutTimerKey")
|
||||
cancelTimer(SubscriptionTimeoutTimerKey)
|
||||
observeAndValidateSender(remoteRef, "Illegal sender in SequencedOnNext")
|
||||
log.debug("[{}] Received handshake {} from {}", stageActorName, msg, sender)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue