stats
Sends a stats request to the specified actor address and waits for the corresponding response.
Return
A Result containing the Response (typically a Response.Stats) received in response, or an error if the operation fails.
Parameters
addr
The address of the actor for which the stats are being requested.
Throws
if the response ID does not match the request ID.