New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actorsystem is 'killable' #5
Comments
Thank you for the report. I will look into this later today. |
Thanks again for the report and the code to exercise the issue. I have fixed the issue and incorporated your submission into the unit tests: 0be590c This will be incorporated into the upcoming release (most likely version 2.5.8). |
Nice! Thanks for the prompt attention! I made one comment on that commit; sorry, I used to do work on code review tools for a living so it's become a bit of a habit. |
You are welcome, and please please do review and comment! |
Resolved in release 2.5.8 (https://github.com/godaddy/Thespian/releases/tag/thespian-2.5.8). |
Try running:
so you can see:
...which I believe is caused by the
receiveMessage
ofKill_The_Messenger
sending anActorExitRequest
as a response to the "Test Message" which causes theActorSystem
to break internal bookkeeping.The text was updated successfully, but these errors were encountered: