From 322145684bd945b17561e908195f22e606ef6f22 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 10 Mar 2019 15:59:59 -0400 Subject: [PATCH] Pass an actor name to `main()` in discovery ex Resolves #41 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cbbd456..d31a2bb 100644 --- a/README.rst +++ b/README.rst @@ -581,7 +581,7 @@ find an actor's socket address by name use the ``find_actor()`` function: print(f"my_service is found at {my_service}") - tractor.run(main, service_name) + tractor.run(main, 'some_actor_name') The ``name`` value you should pass to ``find_actor()`` is the one you passed as the