websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

The decoded text message was too big for the output buffer and the endpoint does not support partial messages

Open dq5070410 opened this issue 7 years ago • 1 comments

Hello, Now I met a problem, I use websocketpp in my project, and send message to other endpoint throught websocketpp. But the websocketpp connect is close because "The decoded text message was too big for the output buffer and the endpoint does not support partial messages". And I send out message is a sdp. So why this error is appear, and last one month this way is right.

dq5070410 avatar Dec 10 '18 12:12 dq5070410