Open
Description
When running sl-run
from [email protected] connecting with sl-runctl
from [email protected] 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.