laglangyue commented on code in PR #1385: URL: https://github.com/apache/pekko/pull/1385#discussion_r1667334567
########## actor/src/main/scala/org/apache/pekko/actor/dungeon/FaultHandling.scala: ########## @@ -214,34 +214,34 @@ private[pekko] trait FaultHandling { this: ActorCell => @InternalStableApi final def handleInvokeFailure(childrenNotToSuspend: immutable.Iterable[ActorRef], t: Throwable): Unit = { // prevent any further messages to be processed until the actor has been restarted - if (!isFailed) Review Comment: > why is this check not needed? he move the check to match case -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org