He-Pin commented on code in PR #3264:
URL: https://github.com/apache/pekko/pull/3264#discussion_r3488198550
##########
actor/src/main/scala/org/apache/pekko/actor/Timers.scala:
##########
@@ -55,8 +55,12 @@ trait Timers extends Actor {
case OptionVal.Some(m: AutoReceivedMessage) =>
context.asInstanceOf[ActorCell].autoReceiveMessage(Envelope(m,
self, context.system))
case OptionVal.Some(m) =>
- if (this.isInstanceOf[Stash]) {
- // this is important for stash interaction, as stash will look
directly at currentMessage #24557
+ if (this.isInstanceOf[StashSupport]) {
Review Comment:
https://github.com/apache/pekko/blob/main/actor/src/main/scala/org/apache/pekko/actor/Stash.scala
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]