From 7c151bed4827f259fc0f383f96ec735d84673d62 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 13 Apr 2022 08:18:11 -0400 Subject: [PATCH] Add nooz --- 305.misc.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 305.misc.rst diff --git a/305.misc.rst b/305.misc.rst new file mode 100644 index 0000000..1d5df5b --- /dev/null +++ b/305.misc.rst @@ -0,0 +1,7 @@ +Add ``tractor.query_actor()`` an addr looker-upper which doesn't deliver +a ``Portal`` instance and instead just a socket address ``tuple``. + +Sometimes it's handy to just have a simple way to figure out if +a "service" actor is up, so add this discovery helper for that. We'll +prolly just leave it undocumented for now until we figure out +a longer-term/better discovery system.