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


##########
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:
   Yes, have to wait,  I want to make Pekko project 3.9.0 ready, then we can 
help capture new bugs



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