theturtle32 / AS3WebSocket

ActionScript 3 WebSocket client implementation for the final WebSocket Draft RFC6455
Apache License 2.0
247 stars 97 forks source link

Excessive TLS Record length #31

Open zhengxiaoxue opened 7 years ago

zhengxiaoxue commented 7 years ago

when I use the client to connect my websocket server , I got an error "TLSEngine shutdown triggered by Error: Excessive TLS Record length: 20527". then disconnected. I do not why.

mabopt commented 6 years ago

Did you ever found a solution for this issue?