core: remove use of defer() from _async_route().
This commit is contained in:
parent
8676c40674
commit
692af860ba
|
@ -1273,7 +1273,7 @@ class Router(object):
|
||||||
self, msg, mitogen.context_id)
|
self, msg, mitogen.context_id)
|
||||||
return
|
return
|
||||||
|
|
||||||
stream.send(msg)
|
stream._send(msg)
|
||||||
|
|
||||||
def route(self, msg):
|
def route(self, msg):
|
||||||
self.broker.defer(self._async_route, msg)
|
self.broker.defer(self._async_route, msg)
|
||||||
|
|
Loading…
Reference in New Issue