Self Async Message inside a Sync Message is not aligned
MrCoder opened this issue · comments
A.method1 {
B->B: Self Async
}

This is a regression issue possibly introduced by #98. However, the related PR fixed a lot of other issues and this case is rare and less impactful. I have created this issue to track it.
Done