tell
Sends a message to a specified actor address and waits for a response.
Return
A Result containing the Response received in reply, or an error if the operation fails.
Parameters
addr
The target address of the actor to which the message should be sent.
msg
The message to be delivered to the target actor.
Throws
if the response ID does not match the request ID.