When running sl-run from strong-supervisor@1.1.1 connecting with sl-runctl from strong-supervisor@1.1.0 results in the sl-runctl command hanging waiting for a response.
The cause is likely sequence numbers being added to the protocol in 1.1.1.
To mitigate this, the server side of the control channel should close connections that don't follow its expected protocol/format instead of silently dropping the message. This would result in an error on the sl-runctl side instead of hanging.