Skip to content

Commit 02494f2

Browse files
committed
Hilariously, at no point in this patch had we started this service process
This does seem to indicate that either the tests are not really validating anything useful, or the issue was a non-issue to begin with. This patch nevertheless contains useful improvements to our tracing of registration events, so I think it's still valid.
1 parent 1cf2a29 commit 02494f2

File tree

1 file changed

+1
-0
lines changed
  • src/Control/Distributed/Process

1 file changed

+1
-0
lines changed

src/Control/Distributed/Process/Node.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ startServiceProcesses node = do
376376
-- loops during tracing if the user reregisters the "logger" with a custom
377377
-- process which uses 'send' or other primitives which are traced.
378378
register "trace.logger" logger
379+
void $ registryMonitorAgent
379380
where
380381
loop = do
381382
receiveWait

0 commit comments

Comments
 (0)