--- cvsroot/AnyEvent-MP/MP.pm 2019/11/02 01:30:49 1.153 +++ cvsroot/AnyEvent-MP/MP.pm 2019/11/15 09:47:38 1.154 @@ -652,7 +652,8 @@ Monitoring-actions are one-shot: once messages are lost (and a monitoring alert was raised), they are removed and will not trigger again, even if it -turns out that the port is still alive. +turns out that the port is still alive (but monitoring actions added after +that will again trigger). As a rule of thumb, monitoring requests should always monitor a remote port locally (using a local C<$rcvport> or a callback). The reason is that @@ -878,7 +879,7 @@ =item cal $port, @msg, $callback[, $timeout] A simple form of RPC - sends a message to the given C<$port> with the -given contents (C<@msg>), but adds a reply port to the message. +given contents (C<@msg>), but appends a reply port to the message. The reply port is created temporarily just for the purpose of receiving the reply, and will be Ced when no longer needed.