]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found