dhbaird / easywsclient

A short and sweet WebSocket client for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello,is there a bug here?

chris-shenzhen-china opened this issue · comments

commented

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?
}

commented

image