*/
public function resolveRecipient ($recipient, Listable $listInstance) {
// Make sure the recipient is valid
+ //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('!!!-RECIPIENT: recipient=' . $recipient);
assert($recipient == '|||');
$this->partialStub('Please implement this method. recipient=' . $recipient);
}
*/
public function resolveRecipient ($recipient, Listable $listInstance) {
// Make sure the recipient is valid
- /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
+ //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DHT-RECIPIENT: recipient=' . $recipient);
assert($recipient == NetworkPacke::PACKAGE_RECIPIENT_DHT);
$this->partialStub('Please implement this method. recipient=' . $recipient);
}
*/
public function resolveRecipient ($recipient, Listable $listInstance = NULL) {
// Debug message
- /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DIRECT-RECIPIENT: recipient=' . $recipient);
+ //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DIRECT-RECIPIENT: recipient=' . $recipient);
// "Explode" all recipients
$recipients = explode(NetworkPackage::PACKAGE_RECIPIENT_SEPARATOR, $recipient);
*/
public function resolveRecipient ($recipient, Listable $listInstance) {
// Make sure the recipient is valid
- /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('SELF-RECIPIENT: recipient=' . $recipient);
+ //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('SELF-RECIPIENT: recipient=' . $recipient);
assert($recipient == NetworkPackage::NETWORK_TARGET_SELF);
// Determine own port
*/
public function resolveRecipient ($recipient, Listable $listInstance) {
// Make sure the recipient is valid
- /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('UPPER-RECIPIENT: recipient=' . $recipient);
+ //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('UPPER-RECIPIENT: recipient=' . $recipient);
assert($recipient == NetworkPackage::PACKAGE_RECIPIENT_UPPER);
// Get all bootstrap nodes