pjfanning commented on issue #1327:
URL: https://github.com/apache/pekko/issues/1327#issuecomment-2115006892

   I've read the https://github.com/akka/akka/issues/29933 but don't want to 
look at the PR since the license is not compatible with Apache Pekko. It seems 
like the issue is that 'tryUnstashOne will, after a few steps, call the 
onCommand method that in turn will call tryUnstashOne'.
   
   So it seems like we need to make tryUnstashOne non-recursive. We may want to 
allow a small number of recursive calls but after a certain depth, we will need 
to use something like sending a message to continue the unstashing. There is a 
good chance that we will need to wait for a response message that tells us the 
async unstashing has completed.
   
   Alternatively, we could look at turning this into a loop instead of using 
recursion.


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