diff --git a/econtext/master.py b/econtext/master.py index 9328fd59..61176b26 100644 --- a/econtext/master.py +++ b/econtext/master.py @@ -466,7 +466,7 @@ class Context(econtext.core.Context): econtext.core.Message.pickled( call, handle=econtext.core.CALL_FUNCTION, - reply_to=self.add_handler(self._discard_result), + reply_to=self.router.add_handler(self._discard_result), ) )