squaremiledev / asynctransport

Apache License 2.0
3 stars 2 forks source link

Avoid loops in a call stack #11

Closed michaelszymczak closed 4 years ago

michaelszymczak commented 4 years ago

Do not wrap exceptions in Command Failure message when the app shares the same invocation stack

This can lead to a stack overflow.

Message can still be sent when the stack is not shared (e.g. message driven apps)