This commit is contained in:
Benjamin Sergeant
2019-06-09 10:22:27 -07:00
parent 23cf4bd59b
commit 2e5f24f1f8
9 changed files with 26 additions and 11 deletions

View File

@ -244,8 +244,8 @@ namespace ix
MsgPack msg(pdu);
Bench bench("Sending file through websocket");
_webSocket.send(msg.dump(),
[throttle](int current, int total) -> bool
_webSocket.sendBinary(msg.dump(),
[throttle](int current, int total) -> bool
{
std::cout << "ws_send: Step " << current << " out of " << total << std::endl;