You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Currently, when an uncaught exception occurs in an actor, Thespian sends a PoisonMessage to the sender. However, PoisonMessage only contains the original message. It would be nice, if we could also get the original exception e.g. as a cause property on PoisonMessage.
The text was updated successfully, but these errors were encountered:
Currently, when an uncaught exception occurs in an actor, Thespian sends a
PoisonMessage
to the sender. However,PoisonMessage
only contains the original message. It would be nice, if we could also get the original exception e.g. as acause
property onPoisonMessage
.The text was updated successfully, but these errors were encountered: