From: Eric Wong Date: Thu, 14 Oct 2021 13:16:09 +0000 (+0000) Subject: lei up --all: send signals to workers, receive errors X-Git-Tag: v1.7.0~146 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f912df6e26aac8c20b4fa56dd69bc09c88f5403d;hp=f912df6e26aac8c20b4fa56dd69bc09c88f5403d;p=public-inbox.git lei up --all: send signals to workers, receive errors The redispatch mechanism wasn't routing signals and messages between redispatched workers and script/lei properly. We now rely on PktOp to do bidirectional message forwarding and carefully avoiding circular references by using PktOp. ---