soravux / scoop

SCOOP (Scalable COncurrent Operations in Python)
https://github.com/soravux/scoop
GNU Lesser General Public License v3.0
634 stars 87 forks source link

scoopzmq (127.0.0.1:52993) DEBUG 127.0.0.1:52993: Could not send result directly to peer 127.0.0.1:57612, routing through broker. #59

Closed xinyanliang closed 7 years ago

xinyanliang commented 7 years ago

scoopzmq (127.0.0.1:52993) DEBUG 127.0.0.1:52993: Could not send result directly to peer 127.0.0.1:57612, routing through broker.

soravux commented 7 years ago

It happens when the result could not be sent directly to the peer, it's routing through the broker instead.

Have you checked your firewall configuration? It can also happen on the first result sending, the connection can possible has not yet finished initializing. While it establishes the TCP connection, it routes the result through the broker.