]> Sergey Matveev's repositories - public-inbox.git/commit
lei up --all: send signals to workers, receive errors
authorEric Wong <e@80x24.org>
Thu, 14 Oct 2021 13:16:09 +0000 (13:16 +0000)
committerEric Wong <e@80x24.org>
Fri, 15 Oct 2021 02:23:27 +0000 (02:23 +0000)
commitf912df6e26aac8c20b4fa56dd69bc09c88f5403d
tree7cd929f9b5f72d7b32057100184d97cf0e011cfc
parente482a9fb713db1c14b52d6db05049842605764e2
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.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiUp.pm