|
|
@ -326,7 +326,6 @@ class ContextService(mitogen.service.Service):
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
def _send_module_forwards(self, context):
|
|
|
|
def _send_module_forwards(self, context):
|
|
|
|
return
|
|
|
|
|
|
|
|
self.router.responder.forward_modules(context, self.ALWAYS_PRELOAD)
|
|
|
|
self.router.responder.forward_modules(context, self.ALWAYS_PRELOAD)
|
|
|
|
|
|
|
|
|
|
|
|
_candidate_temp_dirs = None
|
|
|
|
_candidate_temp_dirs = None
|
|
|
@ -383,7 +382,6 @@ class ContextService(mitogen.service.Service):
|
|
|
|
mitogen.core.listen(context, 'disconnect',
|
|
|
|
mitogen.core.listen(context, 'disconnect',
|
|
|
|
lambda: self._on_context_disconnect(context))
|
|
|
|
lambda: self._on_context_disconnect(context))
|
|
|
|
|
|
|
|
|
|
|
|
#self._send_module_forwards(context) TODO
|
|
|
|
|
|
|
|
self._send_module_forwards(context)
|
|
|
|
self._send_module_forwards(context)
|
|
|
|
init_child_result = context.call(
|
|
|
|
init_child_result = context.call(
|
|
|
|
ansible_mitogen.target.init_child,
|
|
|
|
ansible_mitogen.target.init_child,
|
|
|
|