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

pull/175/head
David Wilson 6 years ago
parent 8676c40674
commit 692af860ba

@ -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)

Loading…
Cancel
Save