-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from goodboy/name_query
Add `tractor.query_actor()` an addr looker-upper
- Loading branch information
Showing
3 changed files
with
74 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters