临时解决方案
const wsResponse = await cycleTLS.ws('wss://echo.websocket.org', {
ja3: '771,4865-4867-4866-49195-49199-52393-52392-49196-49200-49162-49161-49171-49172-51-57-47-53-10,0-23-65281-10-11-35-16-5-51-43-13-45-28-21,29-23-24-25-256-257,0',
userAgent: 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0',
headers: {
'Sec-WebSocket-Protocol': 'echo-protocol'
}, proxy: "https://127.0.0.1:10809",
responseType: "stream",
protocol: "websocket"
});
不过看github我认为不返回end可能存在一些泄露问题
https://github.com/Danny-Dasilva/CycleTLS/issues/399