Conversation
Replaces my previous PRs since `t.Parallel()` works fine. Also exposes the listener on the op-node, so that we can use a port of zero and allow the kernel to allocate a port.
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
|
The L2 engine actor may also need to be closed (my bad for not thinking of that in original PR) |
protolambda
left a comment
There was a problem hiding this comment.
code LGTM, but wondering about CLI flags, expected -parallel.
Replaces my previous PRs since
t.Parallel()works fine. Also exposes the listener on the op-node, so that we can use a port of zero and allow the kernel to allocate a port.