Y
Hacker News
new
|
ask
|
show
|
jobs
by
TeMPOraL
1956 days ago
As GP said, you have to compensate with some form of logging/tracing. At the very least, if you assign an ID to every event, then to debug an issue you can start logging sends and receives, and work out the relationship.
1 comments
IshKebab
1956 days ago
Yes you can do that but it's still worse than a proper stack trace that goes back to where the message is generated.
link