He-Pin commented on code in PR #3082:
URL: https://github.com/apache/pekko/pull/3082#discussion_r3441447975


##########
persistence/src/main/scala/org/apache/pekko/persistence/fsm/PersistentFSMBase.scala:
##########
@@ -466,7 +466,7 @@ trait PersistentFSMBase[S, D, E] extends Actor with 
Listeners with ActorLogging
   /*
    * unhandled event handler
    */
-  private val handleEventDefault: StateFunction = {
+  private def handleEventDefault: StateFunction = {

Review Comment:
   And I found Pekko's projects do help capture some bugs during the RC release



-- 
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]

Reply via email to