The newly introduced server signal is occasionally too large to fit in a single record. The client expects the signal to be in a single record, so this results in a broken connection. The server signal length is somewhat constant per runtime (code and explanation here), so this means servers sometimes spin up and are never able to accept connections.
The newly introduced server signal is occasionally too large to fit in a single record. The client expects the signal to be in a single record, so this results in a broken connection. The server signal length is somewhat constant per runtime (code and explanation here), so this means servers sometimes spin up and are never able to accept connections.