-
Notifications
You must be signed in to change notification settings - Fork 64
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
Dead letter handling with multiprocQueueBase implementation #71
Comments
Is this something you can provide a minimal sample that reproduces the issue (or a modification of thespian/tests/test_deadLettering.py)? |
After replacing
|
The lines where I assume you made your replacement are By default and without the changes you made, the |
With
self.handleDeadLetters(startHandling=True)
, I have registered one Actor in my Actor System to handle dead letters. Whilst this is working as expected with multiprocUDPBase and multiprocUDPBase, it is not working this way in multiprocQueueBase implementation.Another (apparently random) Actor received the
DeadEnvelope
message instead.The text was updated successfully, but these errors were encountered: