dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
745 stars 205 forks source link

>65000 byte send fail #94

Closed yuexiajiayan closed 3 years ago

yuexiajiayan commented 4 years ago

ws->sendBinary(str3);

i'm send byte fail on sendData function this: for (size_t i = 0; i != message_size; ++i) { *(txbuf.end() - message_size + i) ^= masking_key[i&0x3]; }