Commit 692af860 authored by David Wilson's avatar David Wilson

core: remove use of defer() from _async_route().

parent 8676c406
......@@ -1273,7 +1273,7 @@ class Router(object):
self, msg, mitogen.context_id)
return
stream.send(msg)
stream._send(msg)
def route(self, msg):
self.broker.defer(self._async_route, msg)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment