Closed janm399 closed 11 years ago
Record the errors in the actor's receive function; errors mean exceptions propagating from the receive function.
receive
This is distinct from dropped messages, which are messages that are sent to an actor, but are not handled in the receive function.
Close #5.
Record the errors in the actor's
receive
function; errors mean exceptions propagating from thereceive
function.This is distinct from dropped messages, which are messages that are sent to an actor, but are not handled in the
receive
function.Close #5.