You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "He-Pin (via GitHub)" <gi...@apache.org> on 2023/08/28 11:55:57 UTC

[GitHub] [incubator-pekko] He-Pin opened a new pull request, #594: =str Make sure not to call onComplete twice.

He-Pin opened a new pull request, #594:
URL: https://github.com/apache/incubator-pekko/pull/594

   Motivation:
   Mark needInvokeOnCompleteCallback to `false` before call `onComplete`, otherwise if the `onComplete` throw an exception, then it will be called again in `postStop`.
   
   Workaround:
   Do not throw in `onComplete`.
   


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] He-Pin closed pull request #594: =str Make sure not to call onComplete twice.

Posted by "He-Pin (via GitHub)" <gi...@apache.org>.
He-Pin closed pull request #594: =str Make sure not to call onComplete twice.
URL: https://github.com/apache/incubator-pekko/pull/594


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org