dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
749 stars 204 forks source link

hello,is there a bug here? #82

Open chris-shenzhen-china opened 5 years ago

chris-shenzhen-china commented 5 years ago

in fun _dispatchBinary, when recv a pong packet, and there is a payload data in pong packet, else if (ws.opcode == wsheader_type::PONG) { //nothing here? }

chris-shenzhen-china commented 5 years ago

image