dhbaird / easywsclient

A short and sweet WebSocket client for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

>65000 byte send fail

yuexiajiayan opened this issue · comments

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]; }