> You need to define precisely what happens in the context of the receiver > when it handles a message. Does script processing suspend for that time? > Or does it run in parallel to handling the message?
The sender is suspended until the receiver returns.
